From ffab67f1c9e394363d973d2459e632e12881096d Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 22 Jul 2024 15:27:17 +0200 Subject: [PATCH] enable all again --- 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 eb11e93..8ab4dd4 100644 --- a/devices/tunyon/options.nix +++ b/devices/tunyon/options.nix @@ -1,9 +1,9 @@ { ... }: { - full = false; + full = true; - withNiri = false; + withNiri = true; - withGames = false; + withGames = true; hwmonPath = "/sys/class/hwmon/hwmon1/temp1_input";