From ddb6622375d713ed5304bb369082f9e3b65397b7 Mon Sep 17 00:00:00 2001 From: dadada <dadada@dadada.li> Date: Sat, 29 Feb 2020 20:01:49 +0100 Subject: [PATCH] Revert "Enable bash and let it exec fish, since changing login shell might break things" This reverts commit d26c29857f17d2d3b1300e61eef6f6188fc0e318. --- work.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/work.nix b/work.nix index 0f47299..96a2a57 100644 --- a/work.nix +++ b/work.nix @@ -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