mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 06:29:41 +00:00
18 lines
278 B
Nix
18 lines
278 B
Nix
# Implementation of tldr in rust
|
|
{
|
|
programs = {
|
|
tealdeer = {
|
|
enable = true;
|
|
settings = {
|
|
display = {
|
|
compact = false;
|
|
use_pager = true;
|
|
};
|
|
updates = {
|
|
auto_update = false;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|