Did also update a flake and the issue occured
Here is what helped me: Hyprland on Home Manager – Hyprland Wiki
this fixed it fore me:
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
- extraPortals = with pkgs;
- [
- xdg-desktop-portal-gtk
- ];
+ extraPortals = with pkgs; [
+ xdg-desktop-portal-gtk
+ xdg-desktop-portal-hyprland
+ ];
};
and also adding xdg-desktop-portal-gtk
to my user pkgs
1 Like