1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: remove use of soon-to-be deprecated hidpi option

This commit is contained in:
oddlama 2023-03-23 16:50:33 +01:00
parent f9bf4f8e32
commit 81fb519e88
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 6 additions and 11 deletions

View file

@ -29,8 +29,10 @@
boot.initrd.availableKernelModules = ["xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod"];
hardware = {
video.hidpi.enable = true;
opengl.enable = true;
hardware.opengl.enable = true;
console = {
font = "ter-v28n";
packages = with pkgs; [terminus_font];
};
}