summaryrefslogtreecommitdiff
path: root/common/home/gpg
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/gpg')
-rw-r--r--common/home/gpg/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/home/gpg/default.nix b/common/home/gpg/default.nix
new file mode 100644
index 0000000..2c1ec57
--- /dev/null
+++ b/common/home/gpg/default.nix
@@ -0,0 +1,5 @@
+{ home, ... }:
+{
+ enable = true;
+ homedir = "${home.homeDirectory}/global/.local/share/gnupg";
+}