mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-25 11:55:26 +00:00
services: Fix %rosenthal-example-emacs-init.
This is a follow-up to 0bf12445b0
.
* modules/rosenthal/services/desktop.scm (%rosenthal-example-emacs-init):
Pass a list to ‘computed-substitution-with-inputs’.
This commit is contained in:
parent
0bf12445b0
commit
7f429bcc77
@ -67,7 +67,7 @@
|
||||
(define %rosenthal-example-emacs-init
|
||||
(computed-substitution-with-inputs "init.el"
|
||||
(local-file "../examples/emacs/init.el")
|
||||
(local-file "../examples/emacs" #:recursive? #t)))
|
||||
(list (local-file "../examples/emacs" #:recursive? #t))))
|
||||
|
||||
|
||||
;;;
|
||||
|
Loading…
Reference in New Issue
Block a user