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

This reverts commit d26c29857f.
This commit is contained in:
Tim Schubert 2020-02-29 20:01:49 +01:00
parent d26c29857f
commit ddb6622375
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

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