add net.retrodeck.retrodeck
with less permissions
This commit is contained in:
parent
4f660bfc5a
commit
a3f6a5cef1
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# based on https://www.reddit.com/r/NixOS/comments/1hzgxns/fully_declarative_flatpak_management_on_nixos/
|
# based on https://www.reddit.com/r/NixOS/comments/1hzgxns/fully_declarative_flatpak_management_on_nixos/
|
||||||
|
# to list permissions: flatpak info --show-permissions ...
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
# default restrictions, applied globally and to all packs
|
# default restrictions, applied globally and to all packs
|
||||||
|
@ -12,6 +13,7 @@ let
|
||||||
"com.valvesoftware.Steam" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
"com.valvesoftware.Steam" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||||
"com.vivaldi.Vivaldi" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
"com.vivaldi.Vivaldi" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||||
"io.github.ungoogled_software.ungoogled_chromium" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
"io.github.ungoogled_software.ungoogled_chromium" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||||
|
"net.retrodeck.retrodeck" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures --nofilesystem=xdg-data/Steam --nofilesystem=~/.steam";
|
||||||
"org.kde.neochat" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
"org.kde.neochat" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||||
"org.mozilla.firefox" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
"org.mozilla.firefox" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||||
"org.signal.Signal" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
"org.signal.Signal" = "--nofilesystem=xdg-music --nofilesystem=xdg-pictures";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue