summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <getchoo@tuta.io>2025-04-22 19:38:57 -0400
committerGitHub <noreply@github.com>2025-04-22 19:38:57 -0400
commit7167b5030578b7fabbeef9f200a3828d8fee2b29 (patch)
tree413127bded73ec872b303625f242c9d6bc76d844
parent[Backport release-24.11] grafanaPlugin.grafana-lokiexplore-app: init at 1.0.1... (diff)
parentnixos/hyprland: fix call to wayland-session.nix (diff)
downloadnixpkgs-7167b5030578b7fabbeef9f200a3828d8fee2b29.tar.gz
[Backport release-24.11] nixos/hyprland: fix call to wayland-session.nix (#400957)
-rw-r--r--nixos/modules/programs/wayland/hyprland.nix2
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
})
]
);