diff --git a/modules/fuzzel/hm.nix b/modules/fuzzel/hm.nix index 6f240415..fce4d2d0 100644 --- a/modules/fuzzel/hm.nix +++ b/modules/fuzzel/hm.nix @@ -20,5 +20,10 @@ in { selection-match = "${base0A-hex}ff"; border = "${base0D-hex}ff"; }; + + main = { + font = "${config.stylix.fonts.sansSerif.name}:size=${toString config.stylix.fonts.sizes.popups}"; + dpi-aware = "no"; + }; }; }