We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acf5f6 commit c27cdebCopy full SHA for c27cdeb
home/daniel/hyprland.nix
@@ -325,6 +325,7 @@ in
325
326
temperature = {
327
format = " {temperatureC} °C";
328
+ hwmon-path = [ "/sys/class/hwmon/hwmon2/temp1_input" ];
329
interval = 1;
330
on-click = "kitty -e btop";
331
};
hosts/base/unspecific/users.nix
@@ -16,7 +16,7 @@
16
"networkmanager"
17
"wheel"
18
"docker"
19
- "daniel",
+ "daniel"
20
"wireshark"
21
];
22
openssh.authorizedKeys.keys = [ (builtins.readFile ../../../dots/ssh/id_ed25519.pub) ];
0 commit comments