diff --git a/hosts/desktop/terminal.nix b/hosts/desktop/terminal.nix index 83f76ae..2848222 100644 --- a/hosts/desktop/terminal.nix +++ b/hosts/desktop/terminal.nix @@ -33,5 +33,12 @@ alias tmux="tmux -f ${config.xdg.configHome}/tmux/tmux.conf" alias nvim="${pkgs.steam-run}/bin/steam-run nvim" ''; + + programs.direnv = { + enable = true; + enableZshIntegration = true; + nix-direnv.enable = true; + }; + }; }