From d26c29857f17d2d3b1300e61eef6f6188fc0e318 Mon Sep 17 00:00:00 2001 From: dadada Date: Sat, 29 Feb 2020 19:25:12 +0100 Subject: [PATCH] Enable bash and let it exec fish, since changing login shell might break things --- work.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/work.nix b/work.nix index 96a2a57..0f47299 100644 --- a/work.nix +++ b/work.nix @@ -31,6 +31,13 @@ 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