nix-config/devices/pleniscenta/options.nix
2024-06-02 13:33:31 +02:00

14 lines
206 B
Nix

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