summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-03-20 18:03:23 -0600
committerAlejandro Soto <alejandro@34project.org>2023-03-21 04:08:41 -0600
commit7b73132d134dab6534a36814f2a17bb4694067fb (patch)
treec3ad317a1709695d8084e41f0ea2f1a9b983421e
parent601f7cc2a355b4711ddc24b9d46262c3f3784be1 (diff)
home/pass: set store location
-rw-r--r--home/pass.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/home/pass.nix b/home/pass.nix
index 08733ce..7534238 100644
--- a/home/pass.nix
+++ b/home/pass.nix
@@ -9,5 +9,7 @@ with lib; {
exts.pass-tomb
exts.pass-update
]);
+
+ settings.PASSWORD_STORE_DIR = "${config.home.homeDirectory}/pass";
};
}