Remove rofi-pass
This commit is contained in:
parent
839b7046a1
commit
c8a14bf129
|
@ -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";
|
||||||
|
|
Reference in a new issue