1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-18 19:07:23 +02:00

asus/zephyrus/ga402x/shared.nix: no need to override default of mkEnableOption

This commit is contained in:
Jörg Thalheim 2024-09-29 14:12:53 +02:00 committed by mergify[bot]
parent 1bc47d8abf
commit f5c239fa9a

View file

@ -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 [