This commit is contained in:
beanigen 2025-03-03 20:57:43 +08:00
parent 8c8c27fd44
commit 6d4164faf8
No known key found for this signature in database
3 changed files with 6 additions and 5 deletions

View file

@ -35,7 +35,8 @@
};
programs.password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [exts.pass-otp]);
package = pkgs.pass.withExtensions (exts: [exts.pass-otp exts.pass-import]);
settings = { PASSWORD_STORE_DIR = "~/sync/general/pass"; };
};
services.mpd = {