From a2a89c04a06eaa787ac450f2fb9401e8cc0487bc Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 26 Jun 2024 17:31:21 +0200 Subject: [PATCH] change options --- devices/ellaca/options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 9901c91..240f528 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -5,12 +5,12 @@ withBluetooth = true; withNiri = true; - withGnome = true; + withGnome = false; withPlasma = false; withVM = false; withContainers = true; - withGames = true; + withGames = false; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input"; }