users/jan: add PASSWORD_STORE_DIR env

This commit is contained in:
Dmitriy Pleshevskiy 2024-04-16 18:01:38 +03:00
parent 001a2d909c
commit 8bf6287022
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@
local.shell.enable = true;
home.sessionVariables = lib.mkIf config.local.programs.pass.enable {
PASSWORD_STORE_DIR = "${config.home-manager.users.jan.xdg.dataHome}/pass/store";
};
################################################################################
# Programs
################################################################################