diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 4f8b3a3..612b143 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -1,5 +1,5 @@ { ... }: { - full = false; + full = true; withAudio = true; withBluetooth = true; diff --git a/devices/inkvine/options.nix b/devices/inkvine/options.nix index 0111e8b..799bf4b 100644 --- a/devices/inkvine/options.nix +++ b/devices/inkvine/options.nix @@ -1,5 +1,5 @@ { ... }: { - full = true; + full = false; withAudio = true; withBluetooth = true; diff --git a/devices/pleniscenta/options.nix b/devices/pleniscenta/options.nix index ca71670..9f6b00f 100644 --- a/devices/pleniscenta/options.nix +++ b/devices/pleniscenta/options.nix @@ -1,5 +1,5 @@ { ... }: { - full = false; + full = true; withAudio = true; withBluetooth = true;