mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 18:26:54 +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.
9 lines
119 B
SYSTEMD
9 lines
119 B
SYSTEMD
[Install]
|
|
WantedBy=timers.target
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
|
|
[Unit]
|
|
Description=Update tldr CLI cache
|