diff --git a/modules/linux/home-manager/wayland.nix b/modules/linux/home-manager/wayland.nix index 446f675..2cc2651 100644 --- a/modules/linux/home-manager/wayland.nix +++ b/modules/linux/home-manager/wayland.nix @@ -214,7 +214,8 @@ }; temperature = { critical-threshold = 80; - hwmon-path = "/sys/class/hwmon/hwmon2/temp1_input"; + hwmon-path-abs = "/sys/devices/platform/coretemp.0/hwmon/hwmon1"; + input-filename = "temp2_input"; format = " {temperatureC}°C"; }; battery = {