From 09879a452b37bb07d02599a247cd22aa87b8e864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Mon, 31 Mar 2025 11:12:05 +0100 Subject: [PATCH] nixos/hyprland: fix call to wayland-session.nix --- nixos/modules/programs/wayland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/wayland/hyprland.nix b/nixos/modules/programs/wayland/hyprland.nix index 21f8266d4292..1c827fc6bf31 100644 --- a/nixos/modules/programs/wayland/hyprland.nix +++ b/nixos/modules/programs/wayland/hyprland.nix @@ -115,7 +115,7 @@ in (import ./wayland-session.nix { inherit lib pkgs; 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 }) ] );