diff options
| author | Seth Flynn <getchoo@tuta.io> | 2025-04-22 19:38:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 19:38:57 -0400 |
| commit | 7167b5030578b7fabbeef9f200a3828d8fee2b29 (patch) | |
| tree | 413127bded73ec872b303625f242c9d6bc76d844 | |
| parent | [Backport release-24.11] grafanaPlugin.grafana-lokiexplore-app: init at 1.0.1... (diff) | |
| parent | nixos/hyprland: fix call to wayland-session.nix (diff) | |
| download | nixpkgs-7167b5030578b7fabbeef9f200a3828d8fee2b29.tar.gz | |
[Backport release-24.11] nixos/hyprland: fix call to wayland-session.nix (#400957)
| -rw-r--r-- | nixos/modules/programs/wayland/hyprland.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/wayland/hyprland.nix b/nixos/modules/programs/wayland/hyprland.nix index d00f2a188d6d..5fa330362aa7 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 }) ] ); |
