Compare commits
2 commits
bc87dab733
...
c8a14bf129
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | c8a14bf129 | ||
Evie Litherland-Smith | 839b7046a1 |
|
@ -72,7 +72,6 @@
|
|||
# password-store
|
||||
pass
|
||||
password-store
|
||||
password-store-otp
|
||||
|
||||
# IDE
|
||||
treesit-grammars.with-all-grammars
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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