From 0e55bc861e96b6ff1356a9ba8e2709b5bc29fb8b Mon Sep 17 00:00:00 2001 From: Jade Date: Sun, 23 Apr 2023 21:47:30 +0200 Subject: [PATCH] hardware config fixed --- hosts/potatobook-g/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) 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; }