summaryrefslogtreecommitdiff
path: root/modules/programs/fish.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2017-07-09 10:16:57 +0200
committerDaiderd Jordan <daiderd@gmail.com>2017-07-09 10:16:57 +0200
commit88a11d28f1d7da749ad47e5abd09712de99f0b96 (patch)
tree7fe20383805f6d3de97f8b4524a4597dc6cdc4ef /modules/programs/fish.nix
parent71f25cba9d530e3e7f58bd4698b8595dc1373927 (diff)
bash: enable by default
Diffstat (limited to 'modules/programs/fish.nix')
-rw-r--r--modules/programs/fish.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix
index 62cfd8b..2848d3f 100644
--- a/modules/programs/fish.nix
+++ b/modules/programs/fish.nix
@@ -115,8 +115,8 @@ in
environment.pathsToLink = [ "/share/fish" ];
- environment.loginShell = mkDefault "${shell}/bin/fish -l";
- environment.variables.SHELL = mkDefault "${shell}/bin/fish";
+ environment.loginShell = "${shell}/bin/fish -l";
+ environment.variables.SHELL = "${shell}/bin/fish";
environment.etc."fish/config.fish".text = ''
# /etc/fish/config.fish: DO NOT EDIT -- this file has been generated automatically.