diff options
Diffstat (limited to 'sigils/home/services/xdg.scm')
-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."))) |