mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Enable tealdeer auto-updates
This commit is contained in:
parent
604a0d284b
commit
5f308a042e
|
@ -9,7 +9,8 @@
|
||||||
use_pager = true;
|
use_pager = true;
|
||||||
};
|
};
|
||||||
updates = {
|
updates = {
|
||||||
auto_update = false;
|
auto_update = true;
|
||||||
|
auto_update_interval_hours = 720; # 30 days
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue