From d6189b8e6e84f9157504bb2763ff4785cf2407ea Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 8 Dec 2025 21:59:19 -0600 Subject: remove extra fontconfig config files hack from home-manager now that the option is added in 25.11. add warning for unset fontconfig subpixelRendering and hinting --- hosts/T495/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/T495') diff --git a/hosts/T495/configuration.nix b/hosts/T495/configuration.nix index 6e7b0bd..eb24cba 100644 --- a/hosts/T495/configuration.nix +++ b/hosts/T495/configuration.nix @@ -77,6 +77,10 @@ }; }; programs._seasonalwallpaper.wallpapers.download = true; + fonts.fontconfig = { + subpixelRendering = "rgb"; + hinting = "slight"; + }; }; system.stateVersion = "24.05"; -- cgit v1.2.3