update: modularize pass and add pass-audit extension
This commit is contained in:
parent
2de023a52f
commit
42d3520f39
2 changed files with 7 additions and 1 deletions
6
homeManagerModules/cliPrograms/pass.nix
Normal file
6
homeManagerModules/cliPrograms/pass.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass-wayland.withExtensions ( exts: [exts.pass-checkup exts.pass-audit]);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue