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 = [