fix the xdg portal configuration, making screensharing work
This commit is contained in:
parent
2d55290697
commit
1d212fcefd
7 changed files with 39 additions and 9 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue