nix-config/devices/inkvine/options.nix

13 lines
180 B
Nix

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