12 lines
153 B
Nix

{inputs, pkgs, ...}:
{
xdg.enable = true;
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-gtk
];
};
}