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:
committed by
Andrew Tropin
parent
4bc5383b3b
commit
4ab434958b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user