Remove password-store otp plugin

This commit is contained in:
Evie Litherland-Smith 2024-05-13 06:54:53 +01:00
parent bc87dab733
commit 839b7046a1
2 changed files with 1 additions and 2 deletions

View file

@ -72,7 +72,6 @@
# password-store # password-store
pass pass
password-store password-store
password-store-otp
# IDE # IDE
treesit-grammars.with-all-grammars treesit-grammars.with-all-grammars

View file

@ -12,7 +12,7 @@
enable = true; enable = true;
package = package =
pkgs.pass-nodmenu.withExtensions pkgs.pass-nodmenu.withExtensions
(exts: with exts; [pass-otp pass-update pass-import]); # pass-audit (exts: with exts; [pass-update pass-import]); # pass-audit
settings = { settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store"; PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
PASSWORD_STORE_ENABLE_EXTENSIONS = "true"; PASSWORD_STORE_ENABLE_EXTENSIONS = "true";