liminalOS/modules/linux/desktop-portal/default.nix

7 lines
142 B
Nix
Raw Normal View History

2024-08-27 20:46:31 -07:00
{pkgs, ...}: {
xdg.portal = {
enable = true;
extraPortals = with pkgs; [xdg-desktop-portal-hyprland xdg-desktop-portal-gtk];
};
}