levi: remove global hidpi setting

It was removed from nixpkgs.
https://github.com/NixOS/nixpkgs/pull/222236
This commit is contained in:
Sean Buckley 2023-03-27 00:14:48 -04:00
parent d73389f410
commit 1e4e212c08

View file

@ -53,7 +53,6 @@ in
users.users.sean.passwordFile = "${persist}/shadow_sean"; users.users.sean.passwordFile = "${persist}/shadow_sean";
users.users.root.passwordFile = "${persist}/shadow_sean"; users.users.root.passwordFile = "${persist}/shadow_sean";
hardware.video.hidpi.enable = true;
hardware.cpu.intel.updateMicrocode = true; hardware.cpu.intel.updateMicrocode = true;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
system.stateVersion = "22.05"; system.stateVersion = "22.05";