1
Fork 0
This commit is contained in:
Matei Adriel 2023-07-30 02:22:25 +03:00
parent 61a03c40d4
commit 0047769696
No known key found for this signature in database
8 changed files with 15 additions and 3 deletions
home/features/cli

View file

@ -5,7 +5,6 @@ in
programs.password-store = {
enable = true;
settings.PASSWORD_STORE_DIR = storePath;
package = pkgs.pass;
};
services.pass-secret-service = {
@ -17,5 +16,6 @@ in
pkgs.wofi-pass
];
programs.browserpass.enable = config.programs.firefox.enable;
satellite.persistence.at.data.apps.pass.directories = [ storePath ];
}