diff --git a/.bash_profile b/.bash_profile index af980e1..0bd3afc 100755 --- a/.bash_profile +++ b/.bash_profile @@ -17,4 +17,6 @@ PS1='\u@\h \w${GUIX_ENVIRONMENT:+ [env]}\$ ' # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi - +export XDG_DATA_DIRS="$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share" +export XDG_DATA_DIRS="$XDG_DATA_DIRS:/var/lib/flatpak/exports/share" +export LV2_PATH="~/.guix-profile/lib/lv2"