home: lorri: enable nix-direnv for direnv
This commit is contained in:
parent
5e9d1ad49b
commit
d0a8fa17e5
|
@ -12,6 +12,10 @@ in
|
|||
programs.direnv = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
# FIXME: proper file, not lorri.nix
|
||||
nix-direnv = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue