treewide: drop 22.11 compat code
This commit is contained in:
parent
b88c9d742a
commit
d655a68f13
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ in
|
||||||
# Per the documentation, antialiasing, hinting, etc. have no visible effect at such high pixel densities anyhow.
|
# 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.
|
# Set manually, as the hiDPI module had incorrect settings prior to NixOS 22.11; see nixpkgs#194594.
|
||||||
hinting.enable = mkDefault false;
|
hinting.enable = mkDefault false;
|
||||||
antialias = mkIf (lib.versionOlder (lib.versions.majorMinor lib.version) "22.11") false;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# More HiDPI settings
|
# More HiDPI settings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue