From 1dd271cdc2c7bb8ef423c6d3f06a113f6a21bcd4 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Thu, 30 Mar 2023 12:45:35 -0300 Subject: [PATCH] The option definition 'hardware.video.hidpi.enable' in 'hosts/desktops/rotterdam/hardware-configuration.nix' no longer has any effect --- hosts/desktops/rotterdam/hardware-configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/desktops/rotterdam/hardware-configuration.nix b/hosts/desktops/rotterdam/hardware-configuration.nix index f9d66b8..313fa6b 100644 --- a/hosts/desktops/rotterdam/hardware-configuration.nix +++ b/hosts/desktops/rotterdam/hardware-configuration.nix @@ -36,6 +36,4 @@ # networking.interfaces.wlo1.useDHCP = lib.mkDefault true; hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; - # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; }