feat: add postgres and direnv

This commit is contained in:
2024-11-19 21:33:56 +05:00
parent 9448c8be37
commit 216db6b840
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
programs.direnv = {
enable = true;
enableZshIntegration = true;
};
}