Move the password store
This commit is contained in:
parent
02cd87af90
commit
1c6401af08
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ in
|
||||||
LANG = "en_GB.UTF-8";
|
LANG = "en_GB.UTF-8";
|
||||||
LC_ALL = "en_GB.UTF-8";
|
LC_ALL = "en_GB.UTF-8";
|
||||||
LC_CTYPE = "en_GB.UTF-8";
|
LC_CTYPE = "en_GB.UTF-8";
|
||||||
|
PASSWORD_STORE_DIR = "${config.xdg.dataHome}/pass";
|
||||||
PATH = lib.concatStringsSep ":" [
|
PATH = lib.concatStringsSep ":" [
|
||||||
"$PATH"
|
"$PATH"
|
||||||
"$HOME/go/bin"
|
"$HOME/go/bin"
|
||||||
|
@ -71,5 +72,6 @@ in
|
||||||
PULUMI_SKIP_UPDATE_CHECK = "true";
|
PULUMI_SKIP_UPDATE_CHECK = "true";
|
||||||
REPOS = "$HOME/Code";
|
REPOS = "$HOME/Code";
|
||||||
XDG_CONFIG_HOME = "${config.xdg.configHome}";
|
XDG_CONFIG_HOME = "${config.xdg.configHome}";
|
||||||
|
XDG_DATA_HOME = "${config.xdg.dataHome}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue