From 0761ffb99bf34a68a832cf2e0d1e78d85a0f10d4 Mon Sep 17 00:00:00 2001 From: Sisiutl Date: Tue, 4 Feb 2025 11:01:58 +0100 Subject: indent --- sigils/home/services/xdg.scm | 16 ++++++++-------- 1 file 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."))) -- cgit v1.2.3