summaryrefslogtreecommitdiff
path: root/common/home/password-store
diff options
context:
space:
mode:
Diffstat (limited to 'common/home/password-store')
-rw-r--r--common/home/password-store/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/home/password-store/default.nix b/common/home/password-store/default.nix
deleted file mode 100644
index 29bbfb3..0000000
--- a/common/home/password-store/default.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-{ ... }:
-{
- enable = true;
- settings = {
- PASSWORD_STORE_DIR = "$HOME/global/.local/share/pass/";
- };
-}