Merge pull request #316519 from michaelBelsanti/espanso

nixos/espanso: fix espanso options
This commit is contained in:
Sandro 2024-06-10 17:11:39 +02:00 committed by GitHub
commit 3d057cef0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {