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 (services
(list #|XDG 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 (service home-xdg-user-directories-service-type
(home-xdg-user-directories-configuration (home-xdg-user-directories-configuration
(desktop "$HOME/areas") (desktop "$HOME/areas")
@ -159,23 +149,23 @@
"application/pdf" "application/pdf"
"application/epub+zip")))))) "application/epub+zip"))))))
(service home-xdg-configuration-files-service-type (service home-xdg-configuration-files-service-type
`(("awesome/rc.lua" ,file:awesome-config) `(("awesome/rc.lua" ,file:awesome-config)
("awesome/themes/current.lua" ,file:awesome-theme) ("awesome/themes/current.lua" ,file:awesome-theme)
("emacs/init.el" ,file:emacs-init) ("emacs/init.el" ,file:emacs-init)
("emacs/theme.el" ,file:emacs-theme) ("emacs/theme.el" ,file:emacs-theme)
("fish/fish_variables" ,file:fish-variables) ("fish/fish_variables" ,file:fish-variables)
("fish/functions/fish_greeting.fish" ,file:fish-greeting) ("fish/functions/fish_greeting.fish" ,file:fish-greeting)
("fish/functions/fish_prompt.fish" ,file:fish-prompt) ("fish/functions/fish_prompt.fish" ,file:fish-prompt)
("git/config" ,file:git-config) ("git/config" ,file:git-config)
("infokeys" ,file:info-keys) ("infokeys" ,file:info-keys)
("kak/kakrc" ,file:kak-config) ("kak/kakrc" ,file:kak-config)
("kak/autoload/colorscheme.kak" ,file:kak-colorscheme) ("kak/autoload/colorscheme.kak" ,file:kak-colorscheme)
("lf/lfrc" ,file:lf-config) ("lf/lfrc" ,file:lf-config)
("mpv/mpv.conf" ,file:mpv-config) ("mpv/mpv.conf" ,file:mpv-config)
("mpv/input.conf" ,file:mpv-input) ("mpv/input.conf" ,file:mpv-input)
("newsraft/config" ,file:newsraft-config) ("newsraft/config" ,file:newsraft-config)
("zathura/zathurarc" ,file:zathura-config))) ("zathura/zathurarc" ,file:zathura-config)))
#|Guix service|# #|Guix service|#
(simple-service 'channels-service (simple-service 'channels-service