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