nix-config/devices/ellaca/options.nix
2024-06-07 13:28:16 +02:00

14 lines
200 B
Nix

{ ... }: {
full = true;
withAudio = true;
withBluetooth = true;
withNvidia = true;
withNiri = true;
withGnome = false;
withVM = false;
withContainers = true;
withGames = false;
}