nix-config/devices/ellaca/options.nix
2024-05-09 20:17:37 +02:00

16 lines
245 B
Nix

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