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