diff --git a/modules/gui.nix b/modules/gui.nix index 4d91bea..ce4fe8e 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -48,6 +48,7 @@ with pkgs; export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP=sway ''; + wrapperFeatures.gtk = true; }; # Backlight @@ -91,6 +92,6 @@ with pkgs; # Enable WebRTC screensharing xdg.portal = { enable = true; - extraPortals = [ xdg-desktop-portal-wlr ]; + wlr.enable = true; }; }