Remove password-store otp plugin
This commit is contained in:
parent
bc87dab733
commit
839b7046a1
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Reference in a new issue