style: use $HOME/.local/share instead of $XDG_DATA_HOME on home-xdg-user-directories-service
parent
c075becca9
commit
ee184d262b
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue