Added xdg-desktop-portal-hyprland portal to install_flatpaks.nix

This commit is contained in:
2026-02-26 14:17:53 +01:00
parent 51e3a2818e
commit 1cfc6d4790
+4 -1
View File
@@ -1045,7 +1045,10 @@ in
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
extraPortals = with pkgs; [
xdg-desktop-portal-hyprland
xdg-desktop-portal-gtk
];
};
# Deploy the config file for runtime visibility/debugging