diff --git a/home-manager/common/desktops/hyprland/components/rofi.nix b/home-manager/common/desktops/hyprland/components/rofi.nix index 7e708c48..b1cfdd96 100644 --- a/home-manager/common/desktops/hyprland/components/rofi.nix +++ b/home-manager/common/desktops/hyprland/components/rofi.nix @@ -2,5 +2,6 @@ programs.rofi = { enable = true; # theme = "material"; + font = "DejaVu Sans 12"; }; }