From f5c239fa9acb27f0a5326ba2949c00fada89ca9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 29 Sep 2024 14:12:53 +0200 Subject: [PATCH] asus/zephyrus/ga402x/shared.nix: no need to override default of mkEnableOption --- asus/zephyrus/ga402x/shared.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/asus/zephyrus/ga402x/shared.nix b/asus/zephyrus/ga402x/shared.nix index 2eacda6..b641aed 100644 --- a/asus/zephyrus/ga402x/shared.nix +++ b/asus/zephyrus/ga402x/shared.nix @@ -35,9 +35,7 @@ in { # The ASUS 8295 ITE device will cause an immediate wake-up when trying to suspend the laptop. # After the first successful hibernate, it will work as expected, however. # NOTE: I'm not actually sure what this device, as neither the touchpad nor the M1-M4 keys cause a wake-up. - ite-device.wakeup.enable = ( - mkEnableOption "Enable power wakeup on the internal USB keyboard-like device (8295 ITE Device) on Zephyrus GA402X" - ) // { default = false; }; + ite-device.wakeup.enable = mkEnableOption "Enable power wakeup on the internal USB keyboard-like device (8295 ITE Device) on Zephyrus GA402X"; }; config = mkMerge [