summaryrefslogtreecommitdiff
path: root/hosts/T495
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/T495')
-rw-r--r--hosts/T495/configuration.nix4
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";