Regenerated

This commit is contained in:
2026-03-30 12:33:14 +00:00
parent bebcfb3f45
commit 1c486dc51e
3 changed files with 306 additions and 294 deletions
+294 -290
View File
File diff suppressed because it is too large Load Diff
+6 -2
View File
@@ -3182,10 +3182,14 @@ in
# Enable XDG desktop portals system-wide # Enable XDG desktop portals system-wide
################################# #################################
xdg.portal.enable = true; xdg.portal.enable = true;
xdg.portal.extraPortals = [ xdgPortalHyprlandPkg ];
# Use Hyprland portal backend specifically for screencast
xdg.portal.configPackages = {
"org.freedesktop.impl.portal.Screencast" = [ xdgPortalHyprlandPkg ];
};
################################# #################################
# Install XDG portal package system-wide # Install portal packages system-wide
################################# #################################
environment.systemPackages = [ environment.systemPackages = [
xdgPortalHyprlandPkg xdgPortalHyprlandPkg
@@ -10,10 +10,14 @@ in
# Enable XDG desktop portals system-wide # Enable XDG desktop portals system-wide
################################# #################################
xdg.portal.enable = true; xdg.portal.enable = true;
xdg.portal.extraPortals = [ xdgPortalHyprlandPkg ];
# Use Hyprland portal backend specifically for screencast
xdg.portal.configPackages = {
"org.freedesktop.impl.portal.Screencast" = [ xdgPortalHyprlandPkg ];
};
################################# #################################
# Install XDG portal package system-wide # Install portal packages system-wide
################################# #################################
environment.systemPackages = [ environment.systemPackages = [
xdgPortalHyprlandPkg xdgPortalHyprlandPkg