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; }