home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 58c09cc6ea4da722a2996ac7cd5752eddac44068
parent 156fa30f4d203ec49b097df32c64c1f84feaabaf
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  7 Mar 2020 22:36:10 +0100

profiles.fish: disable by default 👋

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/fish.nix | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/profiles/fish.nix b/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