home/tealdeer: disable updateOnActivation

This commit is contained in:
Guanran Wang 2024-02-05 17:17:12 +08:00
parent d370644b3a
commit 8e5ce26587
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,6 +1,7 @@
{ {
programs.tealdeer = { programs.tealdeer = {
enable = true; enable = true;
updateOnActivation = false;
settings = { settings = {
display.use_pager = true; display.use_pager = true;
updates.auto_update = true; updates.auto_update = true;