flake/home/applications/tealdeer/default.nix

11 lines
174 B
Nix
Raw Normal View History

2024-01-15 04:18:06 +00:00
{
2024-01-20 16:51:17 +00:00
programs.tealdeer = {
enable = true;
updateOnActivation = false;
2024-01-20 16:51:17 +00:00
settings = {
display.use_pager = true;
updates.auto_update = true;
};
};
2023-11-29 18:38:05 +00:00
}