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
(list
(mixed-text-file
"xinit"
"xinitrc"
"exec " herbstluftwm "/bin/herbstluftwm --autostart " (home-herbstluftwm-autostart-file config))))))
(define home-herbstluftwm-service-type

View file

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