nix-config/devices/pleniscenta/options.nix
Sanjay Chacku Purakal efae0722b7
no more minimal config
2024-06-02 19:01:05 +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;
}