enable flakes in direnv
This commit is contained in:
parent
c2399e19aa
commit
714ac36cc5
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@
|
|||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
enableNixDirenvIntegration = true;
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
enableFlakes= true;
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".config/starship.toml".text =''
|
||||
|
|
Loading…
Reference in a new issue