diff options
author | Sisiutl <sisiutl@egregore.fun> | 2024-11-07 23:35:29 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2024-11-07 23:35:29 +0100 |
commit | a99c66579814df080ad196bde5e9e02d5a17b7ce (patch) | |
tree | 36c9b3e42f568d77d6f8ed645f95730862dd3a42 /sigils/home | |
parent | 60fc776aff2f5fd45b885e1662b8b042d5f40e35 (diff) |
remove apply hyprppaer
Diffstat (limited to 'sigils/home')
-rw-r--r-- | sigils/home/services/hyprland.scm | 3 |
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)))))) |