We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a7180b commit 09879a4Copy full SHA for 09879a4
nixos/modules/programs/wayland/hyprland.nix
@@ -115,7 +115,7 @@ in
115
(import ./wayland-session.nix {
116
inherit lib pkgs;
117
enableXWayland = cfg.xwayland.enable;
118
- enableWlrPortal = lib.mkDefault false; # Hyprland has its own portal, wlr is not needed
+ enableWlrPortal = false; # Hyprland has its own portal, wlr is not needed
119
})
120
]
121
);
0 commit comments