nix-config/devices/ellaca/options.nix

13 lines
179 B
Nix

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