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 = {
|
hm.programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.rofi-wayland;
|
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 = {
|
extraConfig = {
|
||||||
show-icons = true;
|
show-icons = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue