summaryrefslogtreecommitdiff
path: root/sigils/home
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2024-11-07 23:35:29 +0100
committerSisiutl <sisiutl@egregore.fun>2024-11-07 23:35:29 +0100
commita99c66579814df080ad196bde5e9e02d5a17b7ce (patch)
tree36c9b3e42f568d77d6f8ed645f95730862dd3a42 /sigils/home
parent60fc776aff2f5fd45b885e1662b8b042d5f40e35 (diff)
remove apply hyprppaer
Diffstat (limited to 'sigils/home')
-rw-r--r--sigils/home/services/hyprland.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/sigils/home/services/hyprland.scm b/sigils/home/services/hyprland.scm
index 229cf7a..2b489d6 100644
--- a/sigils/home/services/hyprland.scm
+++ b/sigils/home/services/hyprland.scm
@@ -222,8 +222,7 @@
(define (hyprpaper-configuration->file config)
`(("hypr/hyprpaper.conf"
- ,(apply
- mixed-text-file
+ ,(mixed-text-file
"hyprpaper-config"
(serialize-hypr-config
(home-hyprpaper-configuration-config config))))))