From be6c17d1f52f3b243016ced6fc879de7fb55349e Mon Sep 17 00:00:00 2001 From: Nunya Bidness <1012004+socialmediarefugee@users.noreply.github.com> Date: Sat, 22 Feb 2025 03:09:00 -0600 Subject: [PATCH] Removed opinionated setting of thermalda --- omen/15-ek1013dx/default.nix | 5 ----- 1 file changed, 5 deletions(-) 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;