Skip to content

Commit 64ee43c

Browse files
authored
nixos/hyprland: fix call to wayland-session.nix (NixOS#394858)
2 parents f2ac778 + 09879a4 commit 64ee43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/programs/wayland/hyprland.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ in
115115
(import ./wayland-session.nix {
116116
inherit lib pkgs;
117117
enableXWayland = cfg.xwayland.enable;
118-
enableWlrPortal = lib.mkDefault false; # Hyprland has its own portal, wlr is not needed
118+
enableWlrPortal = false; # Hyprland has its own portal, wlr is not needed
119119
})
120120
]
121121
);

0 commit comments

Comments
 (0)