nixos/espanso: fix espanso options

This commit is contained in:
michaelBelsanti 2024-06-01 17:37:12 -04:00
parent 6bed436a65
commit 7f447ce0f8
No known key found for this signature in database
GPG Key ID: CEB0864EF4C8A420

View File

@ -15,7 +15,6 @@ in {
};
config = mkIf cfg.enable {
services.espanso.package = mkIf cfg.wayland pkgs.espanso-wayland;
systemd.user.services.espanso = {
description = "Espanso daemon";
serviceConfig = {