(desktop) Gen 487: fixed password-store directory issue
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
{ ... }:
|
||||
{ username, ... }:
|
||||
|
||||
let
|
||||
home = "/home/${username}";
|
||||
in
|
||||
{
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "$XDG_DATA_HOME/.pass";
|
||||
PASSWORD_STORE_DIR = "${home}/.password-store";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user