Commit 58c09cc6ea4d

Vincent Demeester <vincent@sbr.pm>
2020-03-07 22:36:10
profiles.fish: disable by default ๐Ÿ‘‹
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 156fa30
Changed files (1)
modules
profiles
modules/profiles/fish.nix
@@ -8,7 +8,7 @@ in
   options = {
     profiles.fish = {
       enable = mkOption {
-        default = true;
+        default = false;
         description = "Enable fish program and configurations";
         type = types.bool;
       };
@@ -22,7 +22,7 @@ in
       # emacs ansi-term support
       if test -n "$EMACS"
         set -x TERM eterm-color
-  
+
         # this function may be required
         function fish_title
           true