summaryrefslogtreecommitdiff
path: root/modules/programs/fish.nix
diff options
context:
space:
mode:
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.