summaryrefslogtreecommitdiff
path: root/sigils/home/services/wayland.scm
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2025-08-29 14:43:27 +0200
committerSisiutl <sisiutl@egregore.fun>2025-08-29 14:43:27 +0200
commitafdb9dee0632f035c1bbe598e2ee2c491ec305b8 (patch)
tree5421093f6c88d113ac08b60d0dbf46d24fe4257a /sigils/home/services/wayland.scm
parent40511f2f272ef714196393e7b4d6c8180332421f (diff)
fix gexp thing
Diffstat (limited to 'sigils/home/services/wayland.scm')
-rw-r--r--sigils/home/services/wayland.scm2
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"))