mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 18:57:22 +00:00
Adds `tldr-update` module for enabling automatic `tldr update` on a schedule. Adds option to `tealdeer` to enable integration with new `tldr-update` module.
8 lines
133 B
Desktop File
8 lines
133 B
Desktop File
[Service]
|
|
ExecStart=@tldr@/bin/dummy --update
|
|
|
|
Type=oneshot
|
|
|
|
[Unit]
|
|
Description=Update tldr CLI cache
|
|
Documentation=https://tldr.sh/
|