mirror of
https://github.com/ItsDrike/nixdots
synced 2025-07-05 18:50:42 +00:00
17 lines
278 B
Nix
17 lines
278 B
Nix
# Implementation of tldr in rust
|
|
{
|
|
programs = {
|
|
tealdeer = {
|
|
enable = true;
|
|
settings = {
|
|
display = {
|
|
compact = false;
|
|
use_pager = true;
|
|
};
|
|
updates = {
|
|
auto_update = false;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|