Set fonts for Fuzzel

This commit is contained in:
Daniel Thwaites 2023-07-13 21:02:05 +01:00
parent cdf7e2ded1
commit d3092bed02
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

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