Skip to content

Commit 09879a4

Browse files
committed
nixos/hyprland: fix call to wayland-session.nix
1 parent 2a7180b commit 09879a4

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)