Commit 5b216845 authored by Leon's avatar Leon
Browse files

nixos/hyprland: use lib.mkDefault for enableWlrPortal

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