diff options
author | Sisiutl <sisiutl@egregore.fun> | 2025-02-04 11:01:58 +0100 |
---|---|---|
committer | Sisiutl <sisiutl@egregore.fun> | 2025-02-04 11:01:58 +0100 |
commit | 0761ffb99bf34a68a832cf2e0d1e78d85a0f10d4 (patch) | |
tree | aee259a236060cb005e47f0b4267e5883cc0da02 | |
parent | 7b3d966b848d6b83a05f8a8ea90f7399d540be09 (diff) |
indent
-rw-r--r-- | sigils/home/services/xdg.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sigils/home/services/xdg.scm b/sigils/home/services/xdg.scm index f9ccc90..4a1560f 100644 --- a/sigils/home/services/xdg.scm +++ b/sigils/home/services/xdg.scm @@ -20,11 +20,11 @@ If filename.desktop exists in the package, it will be placed in the autostart di files)) (define-public home-xdg-autostart-files-service-type -(service-type (name 'home-xdg-autostart) - (extensions - (list (service-extension home-xdg-configuration-files-service-type - xdg-autostart-files))) - (compose concatenate) - (extend append) - (default-value '()) - (description "Files that will be put in @file{~/.guix-home/config/autostart} for XDG autostart compliance."))) + (service-type (name 'home-xdg-autostart) + (extensions + (list (service-extension home-xdg-configuration-files-service-type + xdg-autostart-files))) + (compose concatenate) + (extend append) + (default-value '()) + (description "Files that will be put in @file{~/.guix-home/config/autostart} for XDG autostart compliance."))) |