1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

espanso: fix alias in news (#6931)

This commit is contained in:
zowoq 2025-04-29 12:20:13 +10:00 committed by GitHub
parent d0d9d0a145
commit 4d2baba75e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;`.