mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
levi: remove global hidpi setting
It was removed from nixpkgs. https://github.com/NixOS/nixpkgs/pull/222236
This commit is contained in:
parent
d73389f410
commit
1e4e212c08
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ in
|
|||
users.users.sean.passwordFile = "${persist}/shadow_sean";
|
||||
users.users.root.passwordFile = "${persist}/shadow_sean";
|
||||
|
||||
hardware.video.hidpi.enable = true;
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
system.stateVersion = "22.05";
|
||||
|
|
Loading…
Reference in a new issue