diff options
| author | seth <[email protected]> | 2024-02-09 16:20:57 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-09 16:20:57 -0500 |
| commit | a5c6d7e075affe0ca95bd8e64fce9c387efc382b (patch) | |
| tree | 090db4dd6c07906d46013432dca668bccb2e3ad0 /users/seth/module/programs/gpg.nix | |
| parent | ed19b2e58435bb6db6a10758b025821256b1af1f (diff) | |
seth: modularize user setup
Diffstat (limited to 'users/seth/module/programs/gpg.nix')
| -rw-r--r-- | users/seth/module/programs/gpg.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/seth/module/programs/gpg.nix b/users/seth/module/programs/gpg.nix index b259525..b7b03c5 100644 --- a/users/seth/module/programs/gpg.nix +++ b/users/seth/module/programs/gpg.nix @@ -8,7 +8,7 @@ cfg = config.seth.programs.gpg; in { options.seth.programs.gpg = { - enable = lib.mkEnableOption "GnuPG configuration" // {default = true;}; + enable = lib.mkEnableOption "GnuPG configuration" // {default = config.seth.enable;}; }; config = lib.mkIf cfg.enable { |
