nix-config/devices/pleniscenta/options.nix
2024-06-06 00:16:08 +02:00

14 lines
210 B
Nix

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