nix-config/devices/inkvine/options.nix
2024-06-07 13:28:16 +02:00

14 lines
204 B
Nix

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