configuration.nix/modules/home/programs/tealdeer/default.nix

14 lines
182 B
Nix
Raw Normal View History

2024-04-03 11:41:53 +02:00
{
programs.tealdeer = {
enable = true;
settings = {
display = {
compact = true;
};
updates = {
auto_update = true;
};
};
};
}