diff --git a/users/mae/default.nix b/users/mae/default.nix index a996468..bf7faae 100644 --- a/users/mae/default.nix +++ b/users/mae/default.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { home-manager.users.mae = { - imports = [ ../profiles/git ../profiles/zsh ../profiles/neovim ]; + imports = [ ../profiles/direnv ../profiles/git ../profiles/zsh ../profiles/neovim ]; home.packages = with pkgs; [ arc-theme ]; diff --git a/users/profiles/zsh/default.nix b/users/profiles/zsh/default.nix index 2c8c333..229757b 100644 --- a/users/profiles/zsh/default.nix +++ b/users/profiles/zsh/default.nix @@ -25,4 +25,5 @@ ${builtins.readFile ./p10k.zsh} ''; }; + programs.direnv.enableZshIntegration = true; }