wooting: clarify requirements for hardware option to work

This commit is contained in:
Joshua Trees
2023-07-24 22:34:52 +02:00
parent 519d8cf92d
commit 12ad49a130
+2 -2
View File
@@ -2,8 +2,8 @@
with lib;
{
options.hardware.wooting.enable =
mkEnableOption (lib.mdDoc "support for Wooting keyboards");
options.hardware.wooting.enable = mkEnableOption (lib.mdDoc ''support for Wooting keyboards.
Note that users must be in the "input" group for udev rules to apply'');
config = mkIf config.hardware.wooting.enable {
environment.systemPackages = [ pkgs.wootility ];