nix-config/nixos/_mixins/services/xdg-portal.nix

7 lines
77 B
Nix
Raw Normal View History

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