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; [
|
home.packages = with pkgs; [
|
||||||
zsh
|
zsh
|
||||||
];
|
];
|
||||||
|
programs.direnv = {
|
||||||
|
enable=true;
|
||||||
|
enableZshIntegration=true;
|
||||||
|
nix-direnv.enable=true;
|
||||||
|
};
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable=true;
|
enable=true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,6 @@
|
||||||
go
|
go
|
||||||
nodejs
|
nodejs
|
||||||
rustup
|
rustup
|
||||||
python3
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue