add direnv, remove python
This commit is contained in:
parent
9eb22f8249
commit
d6c71d2705
2 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,11 @@
|
|||
home.packages = with pkgs; [
|
||||
zsh
|
||||
];
|
||||
programs.direnv = {
|
||||
enable=true;
|
||||
enableZshIntegration=true;
|
||||
nix-direnv.enable=true;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable=true;
|
||||
shellAliases = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue