mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 17:06:33 +01:00
Fix pixalated font
https://github.com/NixOS/nixpkgs/pull/222236 https://github.com/NixOS/nixpkgs/pull/222689
This commit is contained in:
parent
2cdf2e3458
commit
53b0396c5a
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ in
|
|||
nvidiaBusId = "PCI:1:0:0";
|
||||
};
|
||||
|
||||
hardware.video.hidpi.enable = lib.mkDefault true;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "vmd" "xhci_pci" "ahci" "nvme" "usbhid" "sd_mod" "sr_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
|
|
Loading…
Reference in a new issue