From 4cf2bd1775dad0ff529a3a11a50c781112d6f9a7 Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 15 Aug 2023 12:31:09 +0200 Subject: [PATCH] feat: wlr xdg dekstop portal --- hosts/capibara/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/capibara/default.nix b/hosts/capibara/default.nix index a645aa9..6c7330a 100644 --- a/hosts/capibara/default.nix +++ b/hosts/capibara/default.nix @@ -152,7 +152,7 @@ xdg.portal = { enable = true; wlr.enable = true; - extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; + extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr ]; }; networking = {