users/jan: add PASSWORD_STORE_DIR env
This commit is contained in:
parent
001a2d909c
commit
8bf6287022
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@
|
||||||
|
|
||||||
local.shell.enable = true;
|
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
|
# Programs
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue