diff options
Diffstat (limited to 'users/wpcarro')
-rw-r--r-- | users/wpcarro/nixos/modules/hardware/nopn.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/wpcarro/nixos/modules/hardware/nopn.nix b/users/wpcarro/nixos/modules/hardware/nopn.nix index 7733f5331ba6..a3569542126f 100644 --- a/users/wpcarro/nixos/modules/hardware/nopn.nix +++ b/users/wpcarro/nixos/modules/hardware/nopn.nix @@ -47,6 +47,7 @@ swapDevices = [ ]; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; + # TODO(wpcarro): https://github.com/NixOS/nixpkgs/issues/222805 # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; + # hardware.video.hidpi.enable = lib.mkDefault true; } |