diff options
| author | Sergio Pastor Pérez <sergio.pastor-perez@inria.fr> | 2026-06-04 10:13:05 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-06-18 12:31:24 +0200 |
| commit | a3d5dc72ecd8dccfca2e9b333e2ed0242f41fd6e (patch) | |
| tree | 16cfbcc01b992297f28269ffedbfe42796ed1944 /gnu/services | |
| parent | 80a47a522ec0ef770b815f2cea5710b97fe00393 (diff) | |
services: kmonad: Add missing accessors and adjust documentation.
* doc/guix.texi (Desktop Services): Use generated documentation for
`kmonad-configuration'.
* gnu/services/desktop.scm (kmonad-configuration): Export accessors.
Change-Id: I3b5dadd86b1234004222105013dcf0e635f585c4
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/services')
| -rw-r--r-- | gnu/services/desktop.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 617a8dd072b..0d0f6d949c2 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm | |||
| @@ -124,9 +124,11 @@ | |||
| 124 | 124 | ||
| 125 | colord-service-type | 125 | colord-service-type |
| 126 | 126 | ||
| 127 | kmonad-service-type | ||
| 128 | kmonad-configuration | 127 | kmonad-configuration |
| 128 | kmonad-configuration-keymaps | ||
| 129 | kmonad-configuration-kmonad | ||
| 129 | kmonad-configuration? | 130 | kmonad-configuration? |
| 131 | kmonad-service-type | ||
| 130 | 132 | ||
| 131 | geoclue-application | 133 | geoclue-application |
| 132 | geoclue-configuration | 134 | geoclue-configuration |
