Commit 2cf53b9aa4e3

Vincent Demeester <vincent@sbr.pm>
2023-12-01 14:53:20
sway: update xdg-portal configuration
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9eb9fc9
Changed files (1)
systems
modules
desktop
systems/modules/desktop/sway.nix
@@ -30,6 +30,11 @@ in
           xdg-desktop-portal-gtk
         ];
         gtkUsePortal = true;
+        config = {
+          "common" = {
+            "default" = [ "gtk" "wlr" ];
+          };
+        };
       };
     };