summary refs log tree commit diff stats
path: root/modules/gnupg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gnupg.nix')
-rw-r--r--modules/gnupg.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gnupg.nix b/modules/gnupg.nix
new file mode 100644
index 00000000..6dcb31f2
--- /dev/null
+++ b/modules/gnupg.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }:
+
+{
+  home.file.".gnupg" = {
+    recursive = true;
+    source = ../gnupg/.gnupg;
+  };
+}