diff --git a/devices/pleniscenta/options.nix b/devices/pleniscenta/options.nix index 80235cc..719044f 100644 --- a/devices/pleniscenta/options.nix +++ b/devices/pleniscenta/options.nix @@ -1,11 +1,11 @@ { ... }: { - minimal = true; + minimal = false; withAudio = true; withBluetooth = true; withNvidia = false; - withNiri = false; + withNiri = true; withGnome = false; withVM = false;