nix-config/devices/ellaca/options.nix
2024-06-05 23:41:42 +02:00

14 lines
204 B
Nix

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