diff --git a/configurations/sway.nix b/configurations/sway.nix index 5aca2112..cd7ff01d 100644 --- a/configurations/sway.nix +++ b/configurations/sway.nix @@ -11,7 +11,7 @@ in xdg.portal = { enable = true; gtkUsePortal = true; - extraPortals = [ pkgs.xdg-desktop-portal-wlr ]; + extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ]; }; home-manager.users.charlotte = { pkgs, lib, ... }: { home.packages = [ color-picker screenshot ];