nix-config/devices/inkvine/options.nix
Sanjay Chacku Purakal 0e77cb814c
Update options.nix
2024-06-09 17:05:25 +02:00

14 lines
202 B
Nix

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