12 lines
152 B
Nix

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