Added espanso service to common.nix

This commit is contained in:
lulusilly 2025-09-16 08:54:55 -04:00
parent f12ca57b3d
commit dad8e4068e

View file

@ -70,6 +70,8 @@
enable = true;
enableSSHSupport = true;
};
# Espanso for text expansion
services.espanso.enable = true;
# OpenSSH
services.openssh.enable = true;
}