diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:15 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-14 09:51:15 +0100 |
commit | fb576303f6fd16901e0ac4ed856b50ac4014a353 (patch) | |
tree | da8f1a1c5115d8b5a214a34fb299fea7247f3b73 /home-configuration.scm | |
parent | 94353dfb5fa2e881ac685dd6b89f9fab777e57a4 (diff) |
Improve HOME-FILES-SERVICE-TYPE's formatting
Diffstat (limited to 'home-configuration.scm')
-rw-r--r-- | home-configuration.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 35c2529..25812ca 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -132,15 +132,15 @@ "reviewed at regular interval. After each review, the next review interval is\n" "calculated based on how well you remembered the contents of the card.\n")) (license license:gpl3+)))))) - (simple-service - 'home-files - home-files-service-type - (list - (list ".emacs" (local-file "home-files/emacs-configuration.el")) - (list - ".config/git/ignore" - ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore - (local-file "home-files/git-ignore.conf"))))) + ( simple-service + 'home-files + home-files-service-type + ( list + ( list ".emacs" ( local-file "home-files/emacs-configuration.el" ) ) + ( list + ".config/git/ignore" + ;; https://github.com/github/gitignore/blob/main/Global/Emacs.gitignore + ( local-file "home-files/git-ignore.conf" ) ) ) )) (list (let* ((and " && ") |