diff options
Diffstat (limited to 'users/seth/module/shell/bash.nix')
| -rw-r--r-- | users/seth/module/shell/bash.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
