Add direnv and tldr packages
This commit is contained in:
11
home/shell/tldr.nix
Normal file
11
home/shell/tldr.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
programs.tealdeer = {
|
||||
enable = true;
|
||||
settings = {
|
||||
display = {
|
||||
compact = false;
|
||||
use_pager = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user