home: configure tealdeer

This commit is contained in:
Guanran Wang 2024-01-21 00:51:17 +08:00
parent 414f8ed44c
commit eb74f5cdef
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,3 +1,9 @@
{
programs.tealdeer.enable = true;
programs.tealdeer = {
enable = true;
settings = {
display.use_pager = true;
updates.auto_update = true;
};
};
}