Compare commits

...

2 commits

Author SHA1 Message Date
Evie Litherland-Smith c8a14bf129 Remove rofi-pass 2024-05-13 06:55:44 +01:00
Evie Litherland-Smith 839b7046a1 Remove password-store otp plugin 2024-05-13 06:54:53 +01:00
3 changed files with 1 additions and 8 deletions

View file

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

View file

@ -16,12 +16,6 @@
font = fonts.monospace.name;
location = "center";
plugins = with pkgs; [rofi-emoji];
pass = {
enable = true;
extraConfig = ''
USERNAME_field='login'
'';
};
extraConfig = {
modi = "run,drun,ssh,window,emoji,combi";
combi-modi = "drun,ssh,window,emoji";

View file

@ -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";