summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/pass.nix6
-rw-r--r--home/path.nix1
2 files changed, 6 insertions, 1 deletions
diff --git a/home/pass.nix b/home/pass.nix
index 598d5d2..9abe21a 100644
--- a/home/pass.nix
+++ b/home/pass.nix
@@ -9,6 +9,10 @@ with lib; {
exts.pass-update
]);
- settings.PASSWORD_STORE_DIR = "${config.home.homeDirectory}/pass";
+ settings = {
+ PASSWORD_STORE_DIR = "${config.home.homeDirectory}/pass";
+ PASSWORD_STORE_TOMB_KEY = "${config.home.homeDirectory}/tomb/pass.key.gpg";
+ PASSWORD_STORE_TOMB_FILE = "${config.home.homeDirectory}/tomb/pass.tomb";
+ };
};
}
diff --git a/home/path.nix b/home/path.nix
index b08331a..36c185f 100644
--- a/home/path.nix
+++ b/home/path.nix
@@ -42,6 +42,7 @@ with lib; {
pkgs.tdesktop
pkgs.local.tmux-lift
pkgs.teams-for-linux
+ pkgs.tomb
pkgs.units
pkgs.usbutils
pkgs.xclip # keepassxc-cli clip