nixos/hyprland: fix call to wayland-session.nix

This commit is contained in:
André Silva 2025-03-31 11:12:05 +01:00
parent 2a7180b3db
commit 09879a452b
No known key found for this signature in database
GPG key ID: 7C34FA12A023DC55

View file

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