linuxPackages.tuxedo-keyboard: update description to point to module

main
Julian Stecklina 2 years ago committed by Linus Heckemann
parent ea9647d202
commit 7a73bd3d08
  1. 8
      pkgs/os-specific/linux/tuxedo-keyboard/default.nix

@ -24,7 +24,13 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Full color keyboard driver for tuxedo computers laptops";
description = "Keyboard and hardware I/O driver for TUXEDO Computers laptops";
longDescription = ''
This driver provides support for Fn keys, brightness/color/mode for most TUXEDO
keyboards (except white backlight-only models).
Can be used with the "hardware.tuxedo-keyboard" NixOS module.
'';
homepage = "https://github.com/tuxedocomputers/tuxedo-keyboard/";
license = licenses.gpl3Plus;
platforms = platforms.linux;

Loading…
Cancel
Save