swapped values for full/minimal
This commit is contained in:
parent
fc4faa4a1a
commit
21e260f760
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
{ ... }: {
|
||||
full = false;
|
||||
full = true;
|
||||
|
||||
withAudio = true;
|
||||
withBluetooth = true;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ ... }: {
|
||||
full = true;
|
||||
full = false;
|
||||
|
||||
withAudio = true;
|
||||
withBluetooth = true;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ ... }: {
|
||||
full = false;
|
||||
full = true;
|
||||
|
||||
withAudio = true;
|
||||
withBluetooth = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue