diff --git a/common/zsh.nix b/common/zsh.nix index 30b7509..db73c8d 100644 --- a/common/zsh.nix +++ b/common/zsh.nix @@ -4,6 +4,11 @@ home.packages = with pkgs; [ zsh ]; + programs.direnv = { + enable=true; + enableZshIntegration=true; + nix-direnv.enable=true; + }; programs.zsh = { enable=true; shellAliases = { diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 3d64b23..889e203 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -56,7 +56,6 @@ go nodejs rustup - python3 ];