12 lines
178 B
Nix
12 lines
178 B
Nix
{ ... }: {
|
|
full = true;
|
|
|
|
withNiri = true;
|
|
|
|
withGames = true;
|
|
|
|
hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input";
|
|
|
|
stateVersion = "24.05";
|
|
hmStateVersion = "24.11";
|
|
}
|