Enable direnv program
This commit is contained in:
parent
2e903b032d
commit
193245282a
|
@ -41,4 +41,10 @@
|
|||
enableFishIntegration = true;
|
||||
settings = builtins.fromTOML (builtins.readFile ./config/starship.toml);
|
||||
};
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
#enableBashIntegration = true;
|
||||
#enableZshIntegration = true;
|
||||
#enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue