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

authored by Julian Stecklina and committed by Linus Heckemann 7a73bd3d ea9647d2

+7 -1
+7 -1
pkgs/os-specific/linux/tuxedo-keyboard/default.nix
··· 24 24 ''; 25 25 26 26 meta = with lib; { 27 - description = "Full color keyboard driver for tuxedo computers laptops"; 27 + description = "Keyboard and hardware I/O driver for TUXEDO Computers laptops"; 28 + longDescription = '' 29 + This driver provides support for Fn keys, brightness/color/mode for most TUXEDO 30 + keyboards (except white backlight-only models). 31 + 32 + Can be used with the "hardware.tuxedo-keyboard" NixOS module. 33 + ''; 28 34 homepage = "https://github.com/tuxedocomputers/tuxedo-keyboard/"; 29 35 license = licenses.gpl3Plus; 30 36 platforms = platforms.linux;