me
/
guix
Archived
1
0
Fork 0

home: dbus: Remove unecessary list call.

* gnu/home/services/desktop.scm (home-dbus-shepherd-services)[start]
  <#:environment-variables>: Remove unecessary list call.
Andrew Tropin 2022-10-17 15:07:03 +04:00
parent c2cb116032
commit 6fad3d5985
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ according to time of day.")))
(format #f "/run/user/~a"
(getuid)))))
#:environment-variables
'(list "DBUS_VERBOSE=1")
'("DBUS_VERBOSE=1")
#:log-file
(format #f "~a/dbus.log"
(or (getenv "XDG_LOG_HOME")