feat: added the em dash

This commit is contained in:
Nick 2025-04-11 22:18:38 -05:00
parent bd524a279c
commit c287906c9b

View file

@ -1,8 +1,17 @@
{ pkgs, ... }:
{
pkgs,
flake,
osConfig,
...
}:
let
inherit (flake.config.machines.devices) mars;
hostname = osConfig.networking.hostName;
in
{
services.espanso = {
enable = true;
package = pkgs.espanso-wayland;
package = if hostname == mars.name then pkgs.espanso-wayland else pkgs.espanso;
matches = {
base = {
matches = [
@ -34,6 +43,10 @@
trigger = ":exist";
replace = "";
}
{
trigger = ":em";
replace = "";
}
];
};
global_vars = {