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:
parent
f9bf4f8e32
commit
81fb519e88
2 changed files with 6 additions and 11 deletions
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue