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