packages/nixpak/modules/gui-base: allow owning sub-names

This commit is contained in:
Max Headroom 2023-04-22 18:24:57 +02:00
parent 33a38b2a86
commit a8c6f5d4cf

View file

@ -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";