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";
|
||||
"ca.desrt.dconf" = "talk";
|
||||
};
|
||||
flatpak.appId = "io.bassi.Amberol";
|
||||
bubblewrap = {
|
||||
network = false;
|
||||
bind.rw = [
|
||||
|
@ -22,8 +23,6 @@ mkNixPak {
|
|||
];
|
||||
bind.ro = [
|
||||
"/etc/fonts"
|
||||
"$HOME/Music"
|
||||
"/srv/data/MUSIC"
|
||||
"$XDG_RUNTIME_DIR/doc"
|
||||
"/run/opengl-driver"
|
||||
"/sys/dev/char"
|
||||
|
|
Loading…
Reference in a new issue