From cdd42cb1bb28f46d05616b392e5bc7f7c3e92a7c Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 9 Dec 2025 09:23:54 -0600 Subject: vim home-manager/fontconfig.nix --- home-manager/fontconfig.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-manager') diff --git a/home-manager/fontconfig.nix b/home-manager/fontconfig.nix index b3f041b..0f817c8 100644 --- a/home-manager/fontconfig.nix +++ b/home-manager/fontconfig.nix @@ -3,9 +3,9 @@ # Warn whenever subpixelRendering is not enabled warnings = [ (lib.mkIf (config.fonts.fontconfig.subpixelRendering == null) - "fonts.fontconfig.subpixelRendering is unset; this may result in suboptimal font rendering.") + "fonts.fontconfig.subpixelRendering is unset; this may result in suboptimal font rendering. Set this value to 'none' to disable the feature.") (lib.mkIf (config.fonts.fontconfig.hinting == null) - "fonts.fontconfig.hinting is unset; this may result in suboptimal font clarity.") + "fonts.fontconfig.hinting is unset; this may result in suboptimal font clarity. Set this value to 'none' to disable the feature.") ]; }; } -- cgit v1.2.3