feat: enable direnv and use-nix

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-03-27 20:18:23 -03:00
parent 6f34ef753d
commit 24419b918a

View File

@@ -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;
};
};
}