Add direnv and tldr packages

This commit is contained in:
panotaka
2023-11-26 21:29:01 -04:00
parent 2d1163525a
commit 147c2743ef
3 changed files with 21 additions and 0 deletions

11
home/shell/tldr.nix Normal file
View File

@@ -0,0 +1,11 @@
{
programs.tealdeer = {
enable = true;
settings = {
display = {
compact = false;
use_pager = true;
};
};
};
}