move direnv to home
This commit is contained in:
parent
eaf2c4ee2c
commit
1377897bf4
2 changed files with 5 additions and 5 deletions
|
|
@ -172,6 +172,11 @@ in
|
|||
proc_mem_bytes = true;
|
||||
};
|
||||
};
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
# Let Home Manager install and manage itself.
|
||||
home-manager.enable = true;
|
||||
# add `play funny video` as alias because why not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue