From 9557aabb92b687cbac02e1a1e74aa94411961149 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 18 May 2025 15:37:11 +0200 Subject: [PATCH] update flatpak stuff --- share/flatpak.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/flatpak.nix b/share/flatpak.nix index 70439f7..260d8ae 100644 --- a/share/flatpak.nix +++ b/share/flatpak.nix @@ -15,16 +15,16 @@ let "com.usebottles.bottles" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "com.valvesoftware.Steam" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; - # retrodeck needs access to games - "net.retrodeck.retrodeck" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --nofilesystem=xdg-data/Steam --nofilesystem=~/.steam --filesystem=~/Games"; - # maximal sandboxed browsers - "com.vivaldi.Vivaldi" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; + "com.brave.Browser" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "org.mozilla.firefox" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; # maximal sandboxed messaging apps "org.kde.neochat" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; "org.signal.Signal" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; + + # maximal sandboxed password safe + "com.bitwarden.desktop" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures"; }; # install helper, will set filesystem overrides