14 lines
205 B
Nix
14 lines
205 B
Nix
{ ... }: {
|
|
minimal = false;
|
|
|
|
withAudio = true;
|
|
withBluetooth = true;
|
|
withNvidia = true;
|
|
|
|
withNiri = true;
|
|
withGnome = false;
|
|
|
|
withVM = false;
|
|
withContainers = false;
|
|
withGames = false;
|
|
}
|