From 1fdcea2d662db68cd4a4fc8768334ff840b22ea5 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 24 Jun 2024 00:40:35 +0200 Subject: [PATCH] options --- devices/inkvine/options.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/inkvine/options.nix b/devices/inkvine/options.nix index 1b74e4d..fa90e58 100644 --- a/devices/inkvine/options.nix +++ b/devices/inkvine/options.nix @@ -6,10 +6,11 @@ withNiri = true; withGnome = false; + withPlasma = true; withVM = false; withContainers = false; - withGames = false; + withGames = true; hwmonPath = "/sys/class/hwmon/hwmon4/temp1_input"; }