Skip to content

Commit

Permalink
espanso: use launcher command on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Oct 12, 2024
1 parent 2b13611 commit cb32df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/services/espanso.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ in {
Unit = { Description = "Espanso: cross platform text expander in Rust"; };
Service = {
Type = "exec";
ExecStart = "${cfg.package}/bin/espanso daemon";
ExecStart = "${cfg.package}/bin/espanso launcher";
Restart = "on-failure";
};
Install = { WantedBy = [ "default.target" ]; };
Expand Down

0 comments on commit cb32df1

Please sign in to comment.