diff --git a/radio.scm b/radio.scm index a386e48..0f80035 100644 --- a/radio.scm +++ b/radio.scm @@ -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")