Fix xinit rc file name

This commit is contained in:
Tom Willemse 2022-06-14 20:15:30 -07:00
parent e1f72bebee
commit 7c507732f7
2 changed files with 3 additions and 3 deletions

View file

@ -102,7 +102,7 @@
(wm (wm
(list (list
(mixed-text-file (mixed-text-file
"xinit" "xinitrc"
"exec " herbstluftwm "/bin/herbstluftwm --autostart " (home-herbstluftwm-autostart-file config)))))) "exec " herbstluftwm "/bin/herbstluftwm --autostart " (home-herbstluftwm-autostart-file config))))))
(define home-herbstluftwm-service-type (define home-herbstluftwm-service-type

View file

@ -22,9 +22,9 @@
"String")) "String"))
(define (xinit-home-files config) (define (xinit-home-files config)
`((".xinit" `((".xinitrc"
,(mixed-executable-file ,(mixed-executable-file
"xinit" "xinitrc"
(serialize-text-config 'wm (home-xinit-configuration-wm config)))))) (serialize-text-config 'wm (home-xinit-configuration-wm config))))))
(define (home-xinit-extensions original-config extension-configs) (define (home-xinit-extensions original-config extension-configs)