packages/amberol: make use of document portal support
This commit is contained in:
parent
36b1c9c431
commit
0c39157f9a
1 changed files with 1 additions and 2 deletions
|
@ -11,6 +11,7 @@ mkNixPak {
|
||||||
"org.freedesktop.portal.*" = "talk";
|
"org.freedesktop.portal.*" = "talk";
|
||||||
"ca.desrt.dconf" = "talk";
|
"ca.desrt.dconf" = "talk";
|
||||||
};
|
};
|
||||||
|
flatpak.appId = "io.bassi.Amberol";
|
||||||
bubblewrap = {
|
bubblewrap = {
|
||||||
network = false;
|
network = false;
|
||||||
bind.rw = [
|
bind.rw = [
|
||||||
|
@ -22,8 +23,6 @@ mkNixPak {
|
||||||
];
|
];
|
||||||
bind.ro = [
|
bind.ro = [
|
||||||
"/etc/fonts"
|
"/etc/fonts"
|
||||||
"$HOME/Music"
|
|
||||||
"/srv/data/MUSIC"
|
|
||||||
"$XDG_RUNTIME_DIR/doc"
|
"$XDG_RUNTIME_DIR/doc"
|
||||||
"/run/opengl-driver"
|
"/run/opengl-driver"
|
||||||
"/sys/dev/char"
|
"/sys/dev/char"
|
||||||
|
|
Loading…
Reference in a new issue