Enable bash and let it exec fish, since changing login shell might break things

This commit is contained in:
Tim Schubert 2020-02-29 19:25:12 +01:00
parent 373c64fe5e
commit d26c29857f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -31,6 +31,13 @@ in
unzip unzip
]; ];
programs.bash = {
enable = true;
initExtra = ''
exec fish
'';
};
# This value determines the Home Manager release that your # This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage # configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards # when a new Home Manager release introduces backwards