mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-13 09:42:19 +00:00
Remove antialiasing
This commit is contained in:
@@ -6,6 +6,9 @@
|
|||||||
./intel-uhd.nix
|
./intel-uhd.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Extra kernel modules
|
||||||
|
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "usbhid" "thunderbolt" ];
|
||||||
|
|
||||||
# Fix on boot framebuffer res and rotation
|
# Fix on boot framebuffer res and rotation
|
||||||
boot.kernelParams =
|
boot.kernelParams =
|
||||||
[
|
[
|
||||||
@@ -23,6 +26,7 @@
|
|||||||
# 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 = false;
|
hinting.enable = false;
|
||||||
|
antialias = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Provide rotation to X/Wayland
|
# Provide rotation to X/Wayland
|
||||||
|
|||||||
Reference in New Issue
Block a user