16 lines
247 B
Nix
16 lines
247 B
Nix
{ ... }: {
|
|
full = false;
|
|
|
|
withNiri = false;
|
|
withGnome = false;
|
|
|
|
withVM = false;
|
|
withContainers = false;
|
|
|
|
withGames = false;
|
|
|
|
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
|
|
|
stateVersion = "24.05";
|
|
hmStateVersion = "24.11";
|
|
}
|