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;