diff --git a/omen/15-ek1013dx/default.nix b/omen/15-ek1013dx/default.nix index 3e6465d0..bc192a34 100755 --- a/omen/15-ek1013dx/default.nix +++ b/omen/15-ek1013dx/default.nix @@ -7,7 +7,6 @@ ../../common/gpu/nvidia/ampere ../../common/pc/laptop ../../common/pc/laptop/ssd - ../../common/hidpi.nix ]; # Enables ACPI platform profiles @@ -15,10 +14,6 @@ kernelModules = [ "hp-wmi" ]; }; - # Since this is a laptop, enable the thermal daemon. - # NOTE: Users may want to add lm-sensors and cpufreq-utils to system packages - services.thermald.enable = lib.mkDefault true; - # Enables Wifi and Bluetooth hardware.enableRedistributableFirmware = true;