From 024c2837d595bf97f16a976d0800081cf79a825f Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Tue, 1 Apr 2025 22:32:06 +0200 Subject: [PATCH] allow access to shared stuff --- share/flatpak.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/flatpak.nix b/share/flatpak.nix index e190964..14f9499 100644 --- a/share/flatpak.nix +++ b/share/flatpak.nix @@ -6,8 +6,8 @@ let # all wanted flatpak packages desiredFlatpaks = { - "com.bambulab.BambuStudio" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; - "com.prusa3d.PrusaSlicer" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; + "com.bambulab.BambuStudio" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=/data/home/shared"; # allow access to shared stuff + "com.prusa3d.PrusaSlicer" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --filesystem=/data/home/shared"; # allow access to shared stuff "com.usebottles.bottles" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "com.valvesoftware.Steam" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "com.vivaldi.Vivaldi" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";