summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/home/services/desktop.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/home/services/desktop.scm b/gnu/home/services/desktop.scm
index a2ab2b4d07..1ebfb14f3c 100644
--- a/gnu/home/services/desktop.scm
+++ b/gnu/home/services/desktop.scm
@@ -201,7 +201,8 @@ according to time of day.")))
(format #f "/run/user/~a"
(getuid)))))
#:environment-variables
- '("DBUS_VERBOSE=1")
+ (cons "DBUS_VERBOSE=1"
+ (default-environment-variables))
#:log-file
(format #f "~a/dbus.log"
(or (getenv "XDG_LOG_HOME")