add nix direnv
This commit is contained in:
parent
aebdd2e846
commit
8339c02a28
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
enableNixDirenvIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/starship.toml".text =''
|
home.file.".config/starship.toml".text =''
|
||||||
|
|
Loading…
Reference in a new issue