14 lines
196 B
Nix
14 lines
196 B
Nix
{ ... }: {
|
|
full = true;
|
|
|
|
withNiri = true;
|
|
|
|
withGames = true;
|
|
|
|
withVm = true;
|
|
|
|
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
|
|
|
stateVersion = "24.05";
|
|
hmStateVersion = "24.11";
|
|
}
|