move direnv to home
This commit is contained in:
parent
eaf2c4ee2c
commit
1377897bf4
2 changed files with 5 additions and 5 deletions
|
|
@ -14,11 +14,6 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = lib.mkIf cfg.enableAliases {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue