packages/nixpak/modules/gui-base: allow owning sub-names
This commit is contained in:
parent
33a38b2a86
commit
a8c6f5d4cf
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ in
|
|||
config = {
|
||||
dbus.policies = {
|
||||
"${config.flatpak.appId}" = "own";
|
||||
"${config.flatpak.appId}.*" = "own";
|
||||
"org.freedesktop.DBus" = "talk";
|
||||
"org.gtk.vfs.*" = "talk";
|
||||
"org.gtk.vfs" = "talk";
|
||||
|
|
Loading…
Reference in a new issue