diff options
Diffstat (limited to 'modules/home-manager/gpg.nix')
| -rw-r--r-- | modules/home-manager/gpg.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/home-manager/gpg.nix b/modules/home-manager/gpg.nix index 257295e..959d8b5 100644 --- a/modules/home-manager/gpg.nix +++ b/modules/home-manager/gpg.nix @@ -1,4 +1,9 @@ -{ config, pkgs, lib, ...}: +{ + config, + pkgs, + lib, + ... +}: { options.gpg.enable = lib.mkEnableOption "Setup gpg and agent"; |
