diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-11-10 20:19:18 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-11-10 20:19:29 +0100 |
commit | 0158d8f01881fa9f4de797a29c48c093537da9f4 (patch) | |
tree | 76a9b8f0119812f0d960f87b48ed6a1e758cc3f6 | |
parent | 945a1bb6245733487dbaff6db230e6ab84ced1f9 (diff) |
keyboard: update firmware
Now it supports the standard linux LED system instead of switching on by
default on startup.
-rw-r--r-- | desktop.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop.scm b/desktop.scm index a046be2..9128241 100644 --- a/desktop.scm +++ b/desktop.scm @@ -4,6 +4,7 @@ (gnu packages admin) (gnu packages certs) (gnu packages freedesktop) + (gnu packages linux) (gnu packages ssh) (gnu packages vim) (gnu packages wm) @@ -14,7 +15,6 @@ (gnu packages virtualization) (gnu services virtualization) (gnu services pm) - (tuxedo-keyboard) (nongnu packages linux) (nongnu system linux-initrd)) |