wooting: update module description

This commit is contained in:
Linus Karl
2024-12-26 00:41:03 +01:00
parent 20feba7083
commit b325158bc2
+1 -2
View File
@@ -1,7 +1,6 @@
{ config, lib, pkgs, ... }:
{
options.hardware.wooting.enable = lib.mkEnableOption ''support for Wooting keyboards.
Note that users must be in the "input" group for udev rules to apply'';
options.hardware.wooting.enable = lib.mkEnableOption "support for Wooting keyboards";
config = lib.mkIf config.hardware.wooting.enable {
environment.systemPackages = [ pkgs.wootility ];