fix the xdg portal configuration, making screensharing work

This commit is contained in:
cydiralis 2025-06-26 12:52:45 +01:00
parent 2d55290697
commit 1d212fcefd
No known key found for this signature in database
7 changed files with 39 additions and 9 deletions

View file

@ -2,6 +2,10 @@
xdg.portal = {
enable = true;
config.niri = {
default = ["gnome" "gtk"];
"org.freedesktop.impl.portal.Access" = [ "gtk" ];
"org.freedesktop.impl.portal.Notification" = [ "gtk" ];
"org.freedesktop.impl.portal.Secret" = [ "gnome-keyring" ];
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
};
extraPortals = with pkgs; [