From dad8e4068e8cb983b84ee8c782ec48daed6c297d Mon Sep 17 00:00:00 2001 From: lulusilly Date: Tue, 16 Sep 2025 08:54:55 -0400 Subject: [PATCH] Added espanso service to common.nix --- .config/nix/hosts/common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nix/hosts/common.nix b/.config/nix/hosts/common.nix index 0b7c993..b911567 100644 --- a/.config/nix/hosts/common.nix +++ b/.config/nix/hosts/common.nix @@ -70,6 +70,8 @@ enable = true; enableSSHSupport = true; }; + # Espanso for text expansion + services.espanso.enable = true; # OpenSSH services.openssh.enable = true; }