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";