chore: remove xdg-base-directories-service since it was being used with the default configuration

pull/1/head
anemofilia 2023-10-13 13:29:29 -03:00
parent ef80a0520f
commit 2d507c4466
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 17 additions and 27 deletions

View File

@ -88,16 +88,6 @@
(services
(list #|XDG services|#
(simple-service 'xdg-base-directories-service
home-xdg-base-directories-service-type
(home-xdg-base-directories-configuration
(cache-home "$HOME/.cache")
(config-home "$HOME/.config")
(data-home "$HOME/.local/share")
(log-home "$HOME/.local/var/log")
(state-home "$HOME/.local/state")
(runtime-dir "/run/user/1000")))
(service home-xdg-user-directories-service-type
(home-xdg-user-directories-configuration
(desktop "$HOME/areas")
@ -159,23 +149,23 @@
"application/pdf"
"application/epub+zip"))))))
(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/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)))
(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/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)))
#|Guix service|#
(simple-service 'channels-service