15 lines
232 B
Nix
15 lines
232 B
Nix
{ ... }: {
|
|
full = true;
|
|
|
|
withAudio = true;
|
|
withBluetooth = true;
|
|
|
|
withNiri = true;
|
|
withGnome = true;
|
|
|
|
withVM = false;
|
|
withContainers = true;
|
|
withGames = false;
|
|
|
|
hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";
|
|
}
|