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

8
home/shell/direnv.nix Normal file
View File

@@ -0,0 +1,8 @@
{
programs.direnv = {
enable = true;
nix-direnv = {
enable = true;
};
};
}