--wip-- [skip ci]
This commit is contained in:
parent
eea02abfcb
commit
762085707c
136 changed files with 261 additions and 261 deletions
19
hm/modules/pass.nix
Normal file
19
hm/modules/pass.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.password-store = {
|
||||
package = pkgs.pass.withExtensions (
|
||||
ext:
|
||||
(builtins.attrValues {
|
||||
inherit (ext)
|
||||
# pass-audit
|
||||
pass-checkup
|
||||
pass-import
|
||||
pass-otp
|
||||
pass-tomb
|
||||
pass-update
|
||||
;
|
||||
})
|
||||
);
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue