Compare commits
2 commits
bc87dab733
...
c8a14bf129
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | c8a14bf129 | ||
Evie Litherland-Smith | 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
|
||||||
|
|
|
@ -16,12 +16,6 @@
|
||||||
font = fonts.monospace.name;
|
font = fonts.monospace.name;
|
||||||
location = "center";
|
location = "center";
|
||||||
plugins = with pkgs; [rofi-emoji];
|
plugins = with pkgs; [rofi-emoji];
|
||||||
pass = {
|
|
||||||
enable = true;
|
|
||||||
extraConfig = ''
|
|
||||||
USERNAME_field='login'
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
modi = "run,drun,ssh,window,emoji,combi";
|
modi = "run,drun,ssh,window,emoji,combi";
|
||||||
combi-modi = "drun,ssh,window,emoji";
|
combi-modi = "drun,ssh,window,emoji";
|
||||||
|
|
|
@ -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