enable direnv

This commit is contained in:
♥ Minnie ♥ 2024-01-16 21:11:59 +08:00
parent 51688c2f20
commit 4cf3146cfd

View file

@ -91,6 +91,7 @@
enableSSHSupport = true; enableSSHSupport = true;
}; };
fuse.userAllowOther = true; fuse.userAllowOther = true;
direnv.enable = true;
}; };
services = { services = {