mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
nixos/hyprland: fix call to wayland-session.nix (#394858)
This commit is contained in:
commit
64ee43c568
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ in
|
||||||
(import ./wayland-session.nix {
|
(import ./wayland-session.nix {
|
||||||
inherit lib pkgs;
|
inherit lib pkgs;
|
||||||
enableXWayland = cfg.xwayland.enable;
|
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
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue