diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-01-13 17:04:21 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-01-14 07:53:21 -0500 |
commit | 202ac747e697a2373f0201be490e668695283eb4 (patch) | |
tree | f9722f6120e5ae133f0a1ac2267c2b23d339787f /doc | |
parent | 77a34996000acf43b668ebf491afb6d02e85b0ec (diff) |
gnu: services: Add joycond-service.
* gnu/services/games.scm (joycond-configuration): New configuration type.
(joycond-shepherd-service): New procedure.
(joycond-service-type): New variable.
* doc/guix.texi (Game Services): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 751d0957d8..c07ec89b2f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -36277,6 +36277,25 @@ like to serve. @node Game Services @subsection Game Services +@subsubheading Joycond service +@cindex joycond +The joycond service allows the pairing of Nintendo joycon game +controllers over Bluetooth. (@pxref{Desktop Services} for setting up +Bluetooth.) + +@deftp {Data Type} joycond-configuration +Data type representing the configuration of @command{joycond}. + +@table @asis +@item @code{package} (default: @code{joycond}) +The joycond package to use. +@end table +@end deftp + +@defvar joycond-service-type +Service type for the joycond service. +@end defvar + @subsubheading The Battle for Wesnoth Service @cindex wesnothd @uref{https://wesnoth.org, The Battle for Wesnoth} is a fantasy, turn |