1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-10-03 11:47:26 +02:00
home-manager/tests
David Houston 1d94de5604
pass-secret-service: various improvements
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.
2023-01-31 23:19:09 +01:00
..
lib/types lib: add two new gvariant types 2022-09-29 13:05:51 +02:00
modules pass-secret-service: various improvements 2023-01-31 23:19:09 +01:00
asserts.nix tests: fix test.assert.assertions.enable not working 2021-10-13 01:29:23 +02:00
big-test.nix tests: make enableBig an option 2022-01-02 10:36:52 +01:00
default.nix pass-secret-service: various improvements 2023-01-31 23:19:09 +01:00
stubs.nix tests.stubs: set pname 2022-08-12 20:49:49 +02:00