Set default username field for rofi-pass to login

This commit is contained in:
Evie Litherland-Smith 2023-09-27 06:52:08 +01:00
parent a33ffd55d6
commit b966eb3a80

View file

@ -4,7 +4,12 @@
programs.rofi = {
enable = true;
location = "center";
pass.enable = true;
pass = {
enable = true;
extraConfig = ''
USERNAME_field='login'
'';
};
extraConfig = {
sort = true;
sorting-method = "fzf";