add base pkg modules

This commit is contained in:
outfoxxed 2025-07-29 00:41:29 -07:00
parent 26a95a16ed
commit dddff5f6e7
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 50 additions and 0 deletions

View file

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