mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
password-store: improve warning message
This commit is contained in:
@@ -23,7 +23,7 @@ let
|
||||
value = {
|
||||
PASSWORD_STORE_DIR = "${config.xdg.dataHome}/password-store";
|
||||
};
|
||||
text = ''{ PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store"; }'';
|
||||
text = ''{ PASSWORD_STORE_DIR = "''${config.xdg.dataHome}/password-store"; }'';
|
||||
};
|
||||
current.value = { };
|
||||
deferWarningToConfig = true;
|
||||
|
||||
Reference in New Issue
Block a user