modules/xmonad: change rofi-pass configuration
This commit is contained in:
parent
ede2a1ef54
commit
9d871d9f57
1 changed files with 12 additions and 1 deletions
|
@ -65,7 +65,18 @@ in
|
||||||
nitrogen # wallpaper manager
|
nitrogen # wallpaper manager
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.rofi.pass.enable = true;
|
programs.rofi.pass = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
EDITOR='wezterm start -- nvim'
|
||||||
|
|
||||||
|
URL_field='url'
|
||||||
|
USERNAME_field='login'
|
||||||
|
AUTOTYPE_field='autotype'
|
||||||
|
|
||||||
|
default_autotype='user :tab pass'
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue