nixos & home: disable subpixel font aa

This commit is contained in:
2026-07-27 18:49:39 -04:00
parent 8c7fdb57e1
commit 8c06becb6c
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -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 = [