fix rofi font size
This commit is contained in:
parent
d442f9da93
commit
1d75e8761b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
hm.programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
font = with config.modules.desktop.fonts.fonts.monospace; "${family} ${toString size}";
|
||||
font = with config.modules.desktop.fonts.fonts.monospace; "${family} ${toString size}px";
|
||||
extraConfig = {
|
||||
show-icons = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue