wooting: update module description
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user