diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/T495/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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"; |
