nixos/hyprland: use lib.mkDefault for enableWlrPortal

This commit is contained in:
Leon 2024-06-13 22:56:09 +02:00
parent 9585e5d3aa
commit 5b216845b6

View File

@ -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
})
]);