Loading nixos/modules/programs/wayland/hyprland.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 }) ] ); Loading Loading
nixos/modules/programs/wayland/hyprland.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 }) ] ); Loading