Unverified Commit 64ee43c5 authored by André Silva's avatar André Silva Committed by GitHub
Browse files

nixos/hyprland: fix call to wayland-session.nix (#394858)

parents f2ac7782 09879a45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ in
      (import ./wayland-session.nix {
        inherit lib pkgs;
        enableXWayland = cfg.xwayland.enable;
        enableWlrPortal = lib.mkDefault false; # Hyprland has its own portal, wlr is not needed
        enableWlrPortal = false; # Hyprland has its own portal, wlr is not needed
      })
    ]
  );