diff options
author | Sisiutl <sisiutl@egregore.fun> | 2024-11-07 23:21:35 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2024-11-07 23:21:35 +0100 |
commit | 60fc776aff2f5fd45b885e1662b8b042d5f40e35 (patch) | |
tree | 3519ef7014a33844e472f21311c0345ca36492c8 /sigils/home | |
parent | 3c43acd5af2d3500d86fe2bb4283632b3fe0a535 (diff) |
export services
Diffstat (limited to 'sigils/home')
-rw-r--r-- | sigils/home/services/hyprland.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sigils/home/services/hyprland.scm b/sigils/home/services/hyprland.scm index 79a560e..229cf7a 100644 --- a/sigils/home/services/hyprland.scm +++ b/sigils/home/services/hyprland.scm @@ -13,7 +13,9 @@ %default-hyprland-config home-hyprland-configuration - home-hyprland-service-type)) + home-hyprland-service-type + home-hyprpaper-configuration + home-hyprpaper-service-type)) (define hypr-config? list?) |