Added xdg-desktop-portal-hyprland portal to install_flatpaks.nix
This commit is contained in:
@@ -1045,7 +1045,10 @@ in
|
|||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
enable = true;
|
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
|
# Deploy the config file for runtime visibility/debugging
|
||||||
|
|||||||
Reference in New Issue
Block a user