1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 21:13:33 +02:00
home-manager/tests/modules/services/espanso/basic-configuration.service
lucasew 4f4165a8b9
espanso: add module
This commit adds a module to configure espanso, a program to do text
expansions that is configured using a YAML configuration file.
2022-02-18 00:35:57 +01:00

11 lines
179 B
Desktop File

[Install]
WantedBy=default.target
[Service]
ExecStart=@espanso@/bin/espanso daemon
Restart=on-failure
Type=exec
[Unit]
Description=Espanso: cross platform text expander in Rust