From eddb8d0c0c19786f2ea762352f3c311e39935907 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 27 Mar 2024 23:07:43 +0000 Subject: [PATCH] Enable AA and hinting again --- hardware/p8-laptop.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hardware/p8-laptop.nix b/hardware/p8-laptop.nix index 6edcbed..8691182 100644 --- a/hardware/p8-laptop.nix +++ b/hardware/p8-laptop.nix @@ -21,12 +21,6 @@ # Fix the font rendering fonts.fontconfig = { subpixel.rgba = "vbgr"; # Pixel order for rotated screen - - # The OLED display has √(1920² + 1200²) px / 8in ≃ 283 dpi - # Per the documentation, antialiasing, hinting, etc. have no visible effect at such high pixel densities anyhow. - # Set manually, as the hiDPI module had incorrect settings prior to NixOS 22.11; see nixpkgs#194594. - hinting.enable = false; - antialias = false; }; # The keyboard is US layout