nixos: hosts: aristotle: add dpi

This commit is contained in:
Guanran Wang 2023-12-25 16:56:59 +08:00
parent 09d875d9aa
commit dd8fa2150f
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -15,6 +15,9 @@
tpm.enable = true;
};
# √(1920² + 1080²) px ÷ 15.60 in ≃ 141.211998082 dpi
services.xserver.dpi = 141;
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"];
boot.kernelModules = ["kvm-intel"];
nixpkgs.hostPlatform = "x86_64-linux";