From d826481a17a6a8bcf7880ba2877c7684fbd024ff Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 18 Feb 2024 11:36:47 +0900 Subject: [PATCH] Update rofi --- home-manager/common/desktops/hyprland/components/rofi.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }