From d3092bed023406359d06ea9a6d1f8bd7bf93d447 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Thu, 13 Jul 2023 21:02:05 +0100 Subject: [PATCH] Set fonts for Fuzzel :sparkles: --- modules/fuzzel/hm.nix | 5 +++++ 1 file changed, 5 insertions(+) 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"; + }; }; }