From 231e7c77eab1a4acc0f2d13b21794c68de8835ed Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 22 Jul 2024 14:37:33 +0200 Subject: [PATCH] minimal intital config --- devices/tunyon/options.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devices/tunyon/options.nix b/devices/tunyon/options.nix index 8ab4dd4..eb11e93 100644 --- a/devices/tunyon/options.nix +++ b/devices/tunyon/options.nix @@ -1,9 +1,9 @@ { ... }: { - full = true; + full = false; - withNiri = true; + withNiri = false; - withGames = true; + withGames = false; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";