From f66b688a17f4704b7e63e04b23b37c115bb61549 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 20 Feb 2023 18:00:28 +0100 Subject: [PATCH] =?UTF-8?q?Commit=2020=20f=C3=A9vrier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"