From 88a11d28f1d7da749ad47e5abd09712de99f0b96 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 9 Jul 2017 10:16:57 +0200 Subject: bash: enable by default --- modules/programs/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/programs/fish.nix') 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. -- cgit v1.2.3