From 2302e103ccbc657041a2afad6fe1535dddd48d31 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 2 Jul 2024 03:03:27 +0200 Subject: [PATCH] fixed options --- devices/inkvine/options.nix | 6 ++---- devices/pleniscenta/options.nix | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/devices/inkvine/options.nix b/devices/inkvine/options.nix index 1b74e4d..55c775e 100644 --- a/devices/inkvine/options.nix +++ b/devices/inkvine/options.nix @@ -1,14 +1,12 @@ { ... }: { - full = true; - - withAudio = true; - withBluetooth = true; + user = true; withNiri = true; withGnome = false; withVM = false; withContainers = false; + withGames = false; hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input"; diff --git a/devices/pleniscenta/options.nix b/devices/pleniscenta/options.nix index 3ce5eb6..364139f 100644 --- a/devices/pleniscenta/options.nix +++ b/devices/pleniscenta/options.nix @@ -1,14 +1,12 @@ { ... }: { - full = true; + user = false; - withAudio = true; - withBluetooth = true; - - withNiri = true; + withNiri = false; withGnome = false; withVM = false; withContainers = false; + withGames = false; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";