summaryrefslogtreecommitdiff
path: root/common/home/password-store
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-17 18:14:22 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-17 18:14:22 +0200
commitfe0e613928323f9dc538f1bdea8138456abffc4b (patch)
tree019728342ae0f3329ab9ff631c02e55e4472f18a /common/home/password-store
create nix configuration
Diffstat (limited to 'common/home/password-store')
-rw-r--r--common/home/password-store/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/home/password-store/default.nix b/common/home/password-store/default.nix
new file mode 100644
index 0000000..29bbfb3
--- /dev/null
+++ b/common/home/password-store/default.nix
@@ -0,0 +1,7 @@
+{ ... }:
+{
+ enable = true;
+ settings = {
+ PASSWORD_STORE_DIR = "$HOME/global/.local/share/pass/";
+ };
+}