add direnv, remove python

This commit is contained in:
Noa Aarts 2024-03-13 18:05:37 +01:00
parent 9eb22f8249
commit d6c71d2705
2 changed files with 5 additions and 1 deletions

View file

@ -4,6 +4,11 @@
home.packages = with pkgs; [
zsh
];
programs.direnv = {
enable=true;
enableZshIntegration=true;
nix-direnv.enable=true;
};
programs.zsh = {
enable=true;
shellAliases = {

View file

@ -56,7 +56,6 @@
go
nodejs
rustup
python3
];