From 87f65f5fc4232dbd9aa5dc1994a42f5d920ef7f5 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 19 Jan 2026 18:14:41 -0600 Subject: nix-direnv --- modules/home/christian.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'modules/home/christian.nix') diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 461f273..61f63c9 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -6,11 +6,20 @@ home.packages = with pkgs; [ ]; + programs.bash.enable = true; + programs.git = { enable = true; settings.user.name = "Christian"; settings.user.email = "thechristiansoltermann@gmail.com"; }; + programs.direnv = { + enable = true; + enableBashIntegration = true; + nix-direnv.enable = true; + silent = true; + }; + programs.home-manager.enable = true; } -- cgit v1.2.3