treewide: drop 22.11 compat code

This commit is contained in:
Sandro Jäckel 2026-01-11 09:56:00 +01:00
parent b88c9d742a
commit d655a68f13
No known key found for this signature in database
GPG key ID: 236B6291555E8401

View file

@ -43,7 +43,6 @@ in
# 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 = mkDefault false;
antialias = mkIf (lib.versionOlder (lib.versions.majorMinor lib.version) "22.11") false;
};
# More HiDPI settings