mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
1d94de5604
Allow setting the application package and storePath used by the config. Since the `programs.password-store` Home Manager module sets config values via global environment variables, the default behavior of the module should continue to behave as before for the user. Additionally, - Adds a few tests. - Use "escapeShellArg" function call to the path parameter call to ensure paths with spaces work. - Allow not setting storePath, which will cause `pass_secret_service` to default to using `~/.password-store`. - If `pass-secret-service` is enabled, set its store path to default to the one defined in our password-store environment settings. - Add myself (houstdav000) as maintainer.
4 lines
150 B
Nix
4 lines
150 B
Nix
{
|
|
pass-secret-service-default-configuration = ./default-configuration.nix;
|
|
pass-secret-service-basic-configuration = ./basic-configuration.nix;
|
|
}
|