1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

gnu: home: Add home-dbus-service-type.

* gnu/home/services/desktop.scm (home-dbus-service-type): New variable.
(home-dbus-configuration): New record type.
* doc/guix.texi: Document them.

Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
( via Guix-patches via
2022-10-12 21:21:39 +01:00
committed by Andrew Tropin
parent 4bc5383b3b
commit 4ab434958b
2 changed files with 67 additions and 1 deletions
+14
View File
@@ -41262,6 +41262,20 @@ format.
@end deftp
@defvr {Scheme Variable} home-dbus-service-type
This is the service type for running a session-specific D-Bus, for
unprivileged applications that require D-Bus to be running.
@end defvr
@deftp {Data Type} home-dbus-configuration
The configuration record for @code{home-dbus-service-type}.
@table @asis
@item @code{dbus} (default: @code{dbus})
The package providing the @code{/bin/dbus-daemon} command.
@end table
@end deftp
@node Guix Home Services
@subsection Guix Home Services