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 = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableNixDirenvIntegration = true;
|
||||
};
|
||||
|
||||
home.file.".config/starship.toml".text =''
|
||||
|
|
Loading…
Reference in a new issue