Commit f264aa375393

Vincent Demeester <vincent@sbr.pm>
2018-08-29 11:24:53
Remove duplicate `fish.enable` entry
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8c7c278
Changed files (1)
profiles
profiles/desktop.nix
@@ -10,10 +10,6 @@
     ./fish.nix
   ];
 
-  programs = {
-    fish.enable = true;
-  };
-
   boot.loader.efi.canTouchEfiVariables = true;
   boot.tmpOnTmpfs = true;