diff options
author | ( via Guix-patches via <guix-patches@gnu.org> | 2022-10-12 21:21:39 +0100 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2022-10-13 09:05:46 +0400 |
commit | 4ab434958b8e97c73e8900ebb48721de11fa3c81 (patch) | |
tree | 5efcb87e97f43b04b293cef979b1168b8d952c05 /doc/guix.texi | |
parent | 4bc5383b3b79b9ee6d42b3a6770d2406035767eb (diff) | |
download | guix-4ab434958b8e97c73e8900ebb48721de11fa3c81.tar.gz |
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>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5867acb746..78ada9c301 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |