From ff461d9084ce0251350cc46e2b7cd4c0e0a7009e Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 5 Jul 2024 17:31:49 -0400 Subject: [PATCH] hardware: Remove unused sensor option --- modules/hardware.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hardware.nix b/modules/hardware.nix index c869f7c0..fb6ef64d 100644 --- a/modules/hardware.nix +++ b/modules/hardware.nix @@ -19,7 +19,6 @@ in disableLaptopKeyboard = mkEnableOption "udev rule to disable laptop keyboard"; lidIgnore = mkEnableOption "ignoring the laptop lid on close"; powerIgnore = mkEnableOption "ignoring the power button on press"; - sensor = mkEnableOption "IIO sensor"; }; config = {