Remove password-store otp plugin
This commit is contained in:
parent
bc87dab733
commit
839b7046a1
|
@ -72,7 +72,6 @@
|
|||
# password-store
|
||||
pass
|
||||
password-store
|
||||
password-store-otp
|
||||
|
||||
# IDE
|
||||
treesit-grammars.with-all-grammars
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
enable = true;
|
||||
package =
|
||||
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 = {
|
||||
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";
|
||||
PASSWORD_STORE_ENABLE_EXTENSIONS = "true";
|
||||
|
|
Reference in a new issue