From a5c6d7e075affe0ca95bd8e64fce9c387efc382b Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 9 Feb 2024 16:20:57 -0500 Subject: seth: modularize user setup --- users/seth/module/shell/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/seth/module/shell/fish.nix') diff --git a/users/seth/module/shell/fish.nix b/users/seth/module/shell/fish.nix index a349dfa..0b37273 100644 --- a/users/seth/module/shell/fish.nix +++ b/users/seth/module/shell/fish.nix @@ -7,7 +7,7 @@ cfg = config.seth.shell.fish; in { options.seth.shell.fish = { - enable = lib.mkEnableOption "Fish configuration" // {default = true;}; + enable = lib.mkEnableOption "Fish configuration" // {default = config.seth.enable;}; withPlugins = lib.mkEnableOption "Fish plugins" // {default = true;}; }; -- cgit v1.2.3