diff --git a/hosts/potatobook-g/hardware-configuration.nix b/hosts/potatobook-g/hardware-configuration.nix index 078db27..e59ff73 100644 --- a/hosts/potatobook-g/hardware-configuration.nix +++ b/hosts/potatobook-g/hardware-configuration.nix @@ -53,5 +53,4 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; }