From 4d2baba75e9de32f6f552fe02797f46cd6f46bd9 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:20:13 +1000 Subject: [PATCH] espanso: fix alias in news (#6931) --- modules/misc/news/2025-04-26_18-56-13.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/news/2025-04-26_18-56-13.nix b/modules/misc/news/2025-04-26_18-56-13.nix index 645deb501..99fa06335 100644 --- a/modules/misc/news/2025-04-26_18-56-13.nix +++ b/modules/misc/news/2025-04-26_18-56-13.nix @@ -1,7 +1,7 @@ { pkgs, config, ... }: { time = "2025-04-26T13:26:13+00:00"; - condition = pkgs.hostPlatform.isLinux && config.services.espanso.enable; + condition = pkgs.stdenv.hostPlatform.isLinux && config.services.espanso.enable; message = '' `services.espanso` now supports wayland. This is enabled by default on Linux as `services.espanso.waylandSupport = true;`.