style: temporarily revert recent style changes
parent
b6ea40601b
commit
bd00c74075
32
radio.scm
32
radio.scm
|
@ -201,22 +201,22 @@
|
|||
|
||||
(simple-service 'xdg-configuration-files-service
|
||||
home-xdg-configuration-files-service-type
|
||||
`(("awesome/rc.lua" ,file:awesome-config)
|
||||
("awesome/themes/current.lua" ,file:awesome-theme)
|
||||
("emacs/init.el" ,file:emacs-init)
|
||||
("emacs/theme.el" ,file:emacs-theme)
|
||||
("fish/fish_variables" ,file:fish-variables)
|
||||
("fish/functions/greeting.fish" ,file:fish-greeting)
|
||||
("fish/functions/prompt.fish" ,file:fish-prompt)
|
||||
("git/config" ,file:git-config)
|
||||
("infokeys" ,file:info-keys)
|
||||
("kak/kakrc" ,file:kak-config)
|
||||
("kak/autoload/colorscheme.kak" ,file:kak-colorscheme)
|
||||
("lf/lfrc" ,file:lf-config)
|
||||
("mpv/mpv.conf" ,file:mpv-config)
|
||||
("mpv/input.conf" ,file:mpv-input)
|
||||
("newsraft/config" ,file:newsraft-config)
|
||||
("zathura/zathurarc" ,file:zathura-config)))
|
||||
`(("awesome/rc.lua" ,file:awesome-config)
|
||||
("awesome/themes/current.lua" ,file:awesome-theme)
|
||||
("emacs/init.el" ,file:emacs-init)
|
||||
("emacs/theme.el" ,file:emacs-theme)
|
||||
("fish/fish_variables" ,file:fish-variables)
|
||||
("fish/functions/fish_greeting.fish" ,file:fish-greeting)
|
||||
("fish/functions/fish_prompt.fish" ,file:fish-prompt)
|
||||
("git/config" ,file:git-config)
|
||||
("infokeys" ,file:info-keys)
|
||||
("kak/kakrc" ,file:kak-config)
|
||||
("kak/autoload/colorscheme.kak" ,file:kak-colorscheme)
|
||||
("lf/lfrc" ,file:lf-config)
|
||||
("mpv/mpv.conf" ,file:mpv-config)
|
||||
("mpv/input.conf" ,file:mpv-input)
|
||||
("newsraft/config" ,file:newsraft-config)
|
||||
("zathura/zathurarc" ,file:zathura-config)))
|
||||
|
||||
#|Shepherd service|#
|
||||
(service home-shepherd-service-type)
|
||||
|
|
Loading…
Reference in New Issue