From b748304fafe22c8d354a2a6d8a3c714bd77a055d Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 18 Aug 2024 14:46:49 +0200 Subject: [PATCH] pinwheel: Use `wlr` portal instead of `hyprland` portal As it worked better for screen sharing --- hosts/pinwheel/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/hyprland/default.nix b/hosts/pinwheel/modules/hyprland/default.nix index 574f54f..b444e9e 100644 --- a/hosts/pinwheel/modules/hyprland/default.nix +++ b/hosts/pinwheel/modules/hyprland/default.nix @@ -156,7 +156,7 @@ in # override "trace: warning: xdg-desktop-portal 1.17 reworked how portal implementations are loaded ..." config.common.default = "*"; - extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; + extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; }; # openGL is needed for wayland/hyprland