update flake

This commit is contained in:
Kopatz
2024-05-06 09:37:07 +02:00
parent 11c7d745cc
commit 76e4fa6098
2 changed files with 16 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ in
"temperature".critical-threshold = 80;
"temperature".format = "{temperatureC}°C ";
"temperature".interval = 5;
"temperature".hwmon-path = lib.mkIf (osConfig.networking.hostName == "nix-laptop") "/sys/class/hwmon/hwmon8/temp1_input";
"temperature".hwmon-path = lib.mkIf (osConfig.networking.hostName == "nix-laptop") "/sys/class/hwmon/hwmon6/temp1_input";
"backlight".format = "{percent}% {icon}";
"backlight".states = [0 50];
"backlight".format-icons = ["" ""];