extra portals?

This commit is contained in:
notgne2 2025-10-20 21:50:11 -07:00
parent 815b2c8fe5
commit e874832574
No known key found for this signature in database

View file

@ -17,6 +17,10 @@ in {
common.default = ["gtk"];
hyprland.default = ["gtk" "hyprland"];
};
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-hyprland
];
};
programs.hyprland.enable = true;