Add plugins to pass
This commit is contained in:
parent
94a7f45f98
commit
eba6ccf7e0
1 changed files with 13 additions and 1 deletions
|
|
@ -1 +1,13 @@
|
||||||
{ programs.password-store = { enable = true; }; }
|
{ pkgs, ... }: {
|
||||||
|
programs.password-store = {
|
||||||
|
package = pkgs.pass.withExtensions (ext: with 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