enable flakes in direnv

This commit is contained in:
Cyryl Płotnicki 2021-06-26 09:18:59 +01:00
parent c2399e19aa
commit 714ac36cc5

View file

@ -55,7 +55,10 @@
programs.direnv = { programs.direnv = {
enable = true; enable = true;
enableZshIntegration = true; enableZshIntegration = true;
enableNixDirenvIntegration = true; nix-direnv = {
enable = true;
enableFlakes= true;
};
}; };
home.file.".config/starship.toml".text ='' home.file.".config/starship.toml".text =''