From 794b643fd290e7f6331bfa1909e028fa8dc6e0de Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Fri, 28 Mar 2025 17:34:06 +0100 Subject: [PATCH] Override ScreenCast with gnome portal --- modules/common/linux/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common/linux/default.nix b/modules/common/linux/default.nix index 4590381..9b62044 100644 --- a/modules/common/linux/default.nix +++ b/modules/common/linux/default.nix @@ -360,6 +360,7 @@ in default = [ "kde" "gnome" "gtk" ]; # "org.freedesktop.impl.portal.Access" = "gtk"; # "org.freedesktop.impl.portal.Notification" = "gtk"; + "org.freedesktop.impl.portal.ScreenCast" = "gnome"; "org.freedesktop.impl.portal.Secret" = "kwallet"; "org.freedesktop.impl.portal.FileChooser" = "kde"; };