From 5722f7d60199845d366c2208b6531cf4ea390d1e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 25 Apr 2025 16:23:48 +0300 Subject: [PATCH] flatpak-workarounds.bash: keep enabling laziness --- bash/flatpak-workarounds.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index f814101..5ecfdd0 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -25,7 +25,8 @@ flatpak override --filesystem=~/.local/share/fonts:ro $@ # Public git repositories I access or symlink much. # Must be rw for access by text editors, otherwise they are ro, or I will repeat myself -#flatpak override --filesystem=~/.shell-things:rw $@ +flatpak override --filesystem=~/.shell-things:rw $@ +flatpak override --filesystem=/root/.shell-things:rw $@ flatpak override --filesystem=~/src/codeberg.org/Aminda/shell-things:rw $@ flatpak override --filesystem=~/src/gitea.blesmrt.net/Mikaela/shell-things:rw $@ flatpak override --filesystem=~/src/gitea.blesmrt.net/Mikaela/gist:rw $@