mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
4f4165a8b9
This commit adds a module to configure espanso, a program to do text expansions that is configured using a YAML configuration file.
10 lines
179 B
Desktop File
10 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
|