From efae0722b7d591e12f53df2036ebb834a83eda16 Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Sun, 2 Jun 2024 19:01:05 +0200 Subject: [PATCH] no more minimal config --- devices/pleniscenta/options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;