Commit 9585e5d3 authored by Leon's avatar Leon Committed by Leon
Browse files

nixos/hyprland: enable xdg.portal by default

parent 99a720ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ in
      services.displayManager.sessionPackages = [ cfg.package ];

      xdg.portal = {
        enable = true;
        extraPortals = [ cfg.portalPackage ];
        configPackages = lib.mkDefault [ cfg.package ];
      };