feat: enable XDG portal

This commit is contained in:
Ahurac 2024-10-15 10:47:44 +02:00
parent e59c230c37
commit 4d09c28375

View file

@ -51,7 +51,10 @@
};
};
xdg.portal.config.common.default = [ "gtk" "gnome" ];
xdg.portal = {
enable = true;
config.common.default = [ "gnome" "gtk" ];
};
services.ssh-agent.enable = true;