Added xdg-desktop-portal-hyprland portal to install_flatpaks.nix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user