swapped values for full/minimal

This commit is contained in:
twoneis 2024-06-07 13:28:16 +02:00
parent fc4faa4a1a
commit 21e260f760
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ ... }: { { ... }: {
full = false; full = true;
withAudio = true; withAudio = true;
withBluetooth = true; withBluetooth = true;

View file

@ -1,5 +1,5 @@
{ ... }: { { ... }: {
full = true; full = false;
withAudio = true; withAudio = true;
withBluetooth = true; withBluetooth = true;

View file

@ -1,5 +1,5 @@
{ ... }: { { ... }: {
full = false; full = true;
withAudio = true; withAudio = true;
withBluetooth = true; withBluetooth = true;