feat: enable direnv and use-nix
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user