fix rofi font size

This commit is contained in:
Reid 2024-06-10 15:54:23 -07:00
parent d442f9da93
commit 1d75e8761b
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -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;
}; };