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:
parent
d0d9d0a145
commit
4d2baba75e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
{
|
{
|
||||||
time = "2025-04-26T13:26:13+00:00";
|
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 = ''
|
message = ''
|
||||||
`services.espanso` now supports wayland.
|
`services.espanso` now supports wayland.
|
||||||
This is enabled by default on Linux as `services.espanso.waylandSupport = true;`.
|
This is enabled by default on Linux as `services.espanso.waylandSupport = true;`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue