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

This commit is contained in:
Julian Stecklina 2022-01-11 21:06:23 +01:00 committed by Linus Heckemann
parent ea9647d202
commit 7a73bd3d08

View File

@ -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;