diff options
-rw-r--r-- | sigils/home/services/wayland.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigils/home/services/wayland.scm b/sigils/home/services/wayland.scm index 11a8805..923c149 100644 --- a/sigils/home/services/wayland.scm +++ b/sigils/home/services/wayland.scm @@ -203,7 +203,7 @@ Install and configure kanshi, output profile manager."))) #$@(let ((output (swww-wallpaper-output wallpaper))) (if output (list "-o" output) '())))) #:log-file (format #f "~a/log/swww-~a.log" - (getenv "XDG_STATE_HOME") i) + (getenv "XDG_STATE_HOME") #$i) #:environment-variables (cons (string-append "WAYLAND_DISPLAY=" (getenv "WAYLAND_DISPLAY")) |