hardware: Remove unused sensor option

This commit is contained in:
Donovan Glover 2024-07-05 17:31:49 -04:00
parent 5378f4c927
commit ff461d9084
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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 = {