nixos: hosts: aristotle: add dpi
This commit is contained in:
parent
09d875d9aa
commit
dd8fa2150f
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
||||||
tpm.enable = true;
|
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.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid"];
|
||||||
boot.kernelModules = ["kvm-intel"];
|
boot.kernelModules = ["kvm-intel"];
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
Loading…
Reference in a new issue