about summary refs log tree commit diff
path: root/users/wpcarro/nixos/modules/hardware/nopn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/nixos/modules/hardware/nopn.nix')
-rw-r--r--users/wpcarro/nixos/modules/hardware/nopn.nix3
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 7733f5331b..a356954212 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;
 }