Extend the XDG_DATA_DIRS for flatpak

This commit is contained in:
Andreas Zweili 2022-12-22 14:57:42 +01:00
parent d1a1a4a0d7
commit 5ba737a062
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@
sudo iptables -D INPUT -p tcp --dport $port -j ACCEPT
}
'';
profileExtra = ''
export XDG_DATA_DIRS:$XDG_DATA_DIRS:/usr/share:/var/lib/flatpak/exports/share:$HOME/.local/share/flatpak/exports/share
'';
};
services.nextcloud-client = {