Skip to content

Commit c27cdeb

Browse files
committed
fix: temp not displaying
1 parent 4acf5f6 commit c27cdeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

home/daniel/hyprland.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ in
325325

326326
temperature = {
327327
format = " {temperatureC} °C";
328+
hwmon-path = [ "/sys/class/hwmon/hwmon2/temp1_input" ];
328329
interval = 1;
329330
on-click = "kitty -e btop";
330331
};

hosts/base/unspecific/users.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"networkmanager"
1717
"wheel"
1818
"docker"
19-
"daniel",
19+
"daniel"
2020
"wireshark"
2121
];
2222
openssh.authorizedKeys.keys = [ (builtins.readFile ../../../dots/ssh/id_ed25519.pub) ];

0 commit comments

Comments
 (0)