mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
nixos/hyprland: fix call to wayland-session.nix
This commit is contained in:
parent
2a7180b3db
commit
09879a452b
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