Configure xdg portal

This commit is contained in:
Charlotte Van Petegem 2023-11-24 10:12:38 +01:00
parent 5b9dfc774b
commit 9681501cc1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -197,6 +197,10 @@ in
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-wlr ];
config.preferred = {
default = "gtk";
"org.freedesktop.impl.portal.Screencast" = "wlr";
};
};
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = [