style: use $HOME/.local/share instead of $XDG_DATA_HOME on home-xdg-user-directories-service

pull/1/head
anemofilia 2023-10-09 07:00:01 -03:00
parent c075becca9
commit ee184d262b
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
1 changed files with 6 additions and 3 deletions

View File

@ -106,8 +106,8 @@
(videos "$HOME/media/videos")
(documents "$HOME/resources/documents")
(publicshare "$HOME/resources/public")
(download "$XDG_DATA_HOME/downloads")
(templates "$XDG_DATA_HOME/templates")))
(download "$HOME/.local/share/downloads")
(templates "$HOME/.local/share/templates")))
(service home-xdg-mime-applications-service-type
(home-xdg-mime-applications-configuration
@ -408,9 +408,12 @@
"$XDG_CONFIG_HOME/guix/current"
"/run/current-system/profile"))
#|GUIX|#
#|Guix|#
("GUIX_PROFILE" . "$XDG_CONFIG_HOME/guix/current")
#|IPFS|#
("IPFS_PATH" . "$XDG_DATA_HOME/ipfs")
#|Other program settings|#
("RUNLEVEL" . "3")
("TERMINFO" . "$XDG_DATA_HOME/terminfo")