Commit b325158b authored by Linus Karl's avatar Linus Karl
Browse files

wooting: update module description

parent 20feba70
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{ 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 ];