nix-config/nixos/_mixins/services/xdg-portal.nix
2024-05-23 15:02:20 -04:00

7 lines
77 B
Nix

_: {
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
};
}