From d6c71d2705f773a3d3e1267b79ccbc712a13148b Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 13 Mar 2024 18:05:37 +0100 Subject: [PATCH] add direnv, remove python --- common/zsh.nix | 5 +++++ hosts/default/home.nix | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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 ];