diff options
Diffstat (limited to 'modules/gnupg.nix')
-rw-r--r-- | modules/gnupg.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gnupg.nix b/modules/gnupg.nix new file mode 100644 index 0000000..6dcb31f --- /dev/null +++ b/modules/gnupg.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + home.file.".gnupg" = { + recursive = true; + source = ../gnupg/.gnupg; + }; +} |