nix-config/devices/inkvine/options.nix

14 lines
210 B
Nix

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