From 0e77cb814c720dc4390a4d2e5f34fa05b2bbb66c Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:05:25 +0200 Subject: [PATCH] Update options.nix --- devices/inkvine/options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/inkvine/options.nix b/devices/inkvine/options.nix index 799bf4b..9f6b00f 100644 --- a/devices/inkvine/options.nix +++ b/devices/inkvine/options.nix @@ -1,11 +1,11 @@ { ... }: { - full = false; + full = true; withAudio = true; withBluetooth = true; withNvidia = false; - withNiri = false; + withNiri = true; withGnome = false; withVM = false;