From 0e7bbaef79141d7f5c73a8a3f18d258b6c16de11 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 10 Apr 2023 11:07:56 -0500 Subject: [PATCH] remove obsolete hardware piece on framework --- system/syl/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/syl/hardware-configuration.nix b/system/syl/hardware-configuration.nix index ec60f62..584ed48 100644 --- a/system/syl/hardware-configuration.nix +++ b/system/syl/hardware-configuration.nix @@ -37,5 +37,5 @@ powerManagement.cpuFreqGovernor = lib.mkDefault "powersave"; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; # high-resolution display - hardware.video.hidpi.enable = lib.mkDefault true; + # hardware.video.hidpi.enable = lib.mkDefault true; }