diff --git a/home-environments/radio.scm b/home-environments/radio.scm index 6ca0fa3..445fa93 100644 --- a/home-environments/radio.scm +++ b/home-environments/radio.scm @@ -108,7 +108,6 @@ #|pulseaudio |# pamixer pavucontrol #|python-xyz |# python-ueberzug #|scheme |# sicp - #|shells |# fish #|syndication |# newsraft #|ssh |# openssh #|suckless |# xst @@ -472,7 +471,7 @@ ("GUILE_HISTORY" . "$XDG_CACHE_HOME/guile/history") ("GUILE_LOAD_PATH" . ,(format #f "~a~@{:~a/share/guile/site/3.0~}" - "$HOME/areas/code/scm/radix/modules" + "$HOME/areas/code/scm/radix" "$HOME/.guix-home/profile" "$XDG_CONFIG_HOME/guix/current" "/run/current-system/profile"))