diff options
Diffstat (limited to 'izumi.org')
-rw-r--r-- | izumi.org | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -774,15 +774,15 @@ #+NAME: HOME-FILES-SERVICE-TYPE #+BEGIN_SRC scheme - (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" ) ) ) ) #+END_SRC *** [[https://guix.gnu.org/manual/en/html_node/Shells-Home-Services.html][13.3.2 Shells]] |