diff options
author | Sisiutl <sisiutl@egregore.fun> | 2025-08-29 14:43:27 +0200 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2025-08-29 14:43:27 +0200 |
commit | afdb9dee0632f035c1bbe598e2ee2c491ec305b8 (patch) | |
tree | 5421093f6c88d113ac08b60d0dbf46d24fe4257a /sigils | |
parent | 40511f2f272ef714196393e7b4d6c8180332421f (diff) |
fix gexp thing
Diffstat (limited to 'sigils')
-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")) |