mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
linuxPackages.tuxedo-keyboard: update description to point to module
This commit is contained in:
parent
ea9647d202
commit
7a73bd3d08
@ -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…
Reference in New Issue
Block a user