pass: install import extension
This commit is contained in:
parent
43f376d9ac
commit
bd7ae3084a
|
@ -9,7 +9,12 @@
|
|||
config = {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
package = pkgs.pass.withExtensions (ex: with ex; [ pass-otp ]);
|
||||
package = pkgs.pass.withExtensions (
|
||||
ex: with ex; [
|
||||
pass-otp
|
||||
pass-import
|
||||
]
|
||||
);
|
||||
};
|
||||
services = {
|
||||
pass-secret-service.enable = true;
|
||||
|
|
Loading…
Reference in a new issue