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