diff options
| author | schererleander <leander@schererleander.de> | 2025-07-29 12:53:21 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-29 12:53:21 +0200 |
| commit | 9a8116cbc211f03982e3e4dfdc326df38b4a0574 (patch) | |
| tree | 61df62ba2a6ca8297e90b48438b5cc2489b3bce1 /modules/home-manager/gpg.nix | |
| parent | 0c1a189c5385c580f9522757f9c3974242134cbe (diff) | |
chore: formatting
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"; |
