summaryrefslogtreecommitdiff
path: root/os/wm/wm.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/wm/wm.nix')
-rw-r--r--os/wm/wm.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/wm/wm.nix b/os/wm/wm.nix
index 8254722..3d72103 100644
--- a/os/wm/wm.nix
+++ b/os/wm/wm.nix
@@ -15,6 +15,10 @@ in
enable = true;
xdgOpenUsePortal = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
+ config.common = {
+ "org.freedesktop.impl.portal.ScreenCast" = "gnome";
+ "default" = [ "gtk" ];
+ };
};
};
}