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/bash.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/seth/module/shell/bash.nix') diff --git a/users/seth/module/shell/bash.nix b/users/seth/module/shell/bash.nix index 09a78a3..958794d 100644 --- a/users/seth/module/shell/bash.nix +++ b/users/seth/module/shell/bash.nix @@ -6,7 +6,7 @@ cfg = config.seth.shell.bash; in { options.seth.shell.bash = { - enable = lib.mkEnableOption "Bash configuration" // {default = true;}; + enable = lib.mkEnableOption "Bash configuration" // {default = config.seth.enable;}; }; config = lib.mkIf cfg.enable { -- cgit v1.2.3