mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-26 08:19:10 +02:00
fix: nixpaks - access gtk/hyprland portals
This commit is contained in:
@@ -18,8 +18,11 @@ in {
|
|||||||
"org.gtk.vfs.*" = "talk";
|
"org.gtk.vfs.*" = "talk";
|
||||||
"org.gtk.vfs" = "talk";
|
"org.gtk.vfs" = "talk";
|
||||||
"ca.desrt.dconf" = "talk";
|
"ca.desrt.dconf" = "talk";
|
||||||
"org.freedesktop.portal.*" = "talk";
|
|
||||||
"org.a11y.Bus" = "talk";
|
"org.a11y.Bus" = "talk";
|
||||||
|
|
||||||
|
# for default portal & gtk/hyprland's portal
|
||||||
|
"org.freedesktop.portal.*" = "talk";
|
||||||
|
"org.freedesktop.impl.portal.desktop.*" = "talk";
|
||||||
};
|
};
|
||||||
# https://github.com/nixpak/nixpak/blob/master/modules/gpu.nix
|
# https://github.com/nixpak/nixpak/blob/master/modules/gpu.nix
|
||||||
# 1. bind readonly - /run/opengl-driver
|
# 1. bind readonly - /run/opengl-driver
|
||||||
|
|||||||
Reference in New Issue
Block a user