From 8c06becb6c46dea6c62d6a723462955479495146 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Mon, 27 Jul 2026 18:49:39 -0400 Subject: [PATCH] nixos & home: disable subpixel font aa --- home/frank.nix | 8 ++++++++ hosts/shared/nixos.nix | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/home/frank.nix b/home/frank.nix index c07f616..5dd3873 100644 --- a/home/frank.nix +++ b/home/frank.nix @@ -155,5 +155,13 @@ in }; }; + fonts = { + fontconfig = { + enable = true; + subpixelRendering = "none"; + hinting = "slight"; + }; + }; + home.stateVersion = "26.05"; } diff --git a/hosts/shared/nixos.nix b/hosts/shared/nixos.nix index f7cdc21..bb44115 100644 --- a/hosts/shared/nixos.nix +++ b/hosts/shared/nixos.nix @@ -49,6 +49,14 @@ in }; }; + fonts = { + fontconfig = { + enable = true; + subpixel.rgba = "none"; + hinting.style = "slight"; + }; + }; + services = { # Allow kvmfr module to be used by QEMU/KVM. udev.packages = [