Regenerated
This commit is contained in:
+294
-290
File diff suppressed because it is too large
Load Diff
+6
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user