nix: add direnv

This commit is contained in:
2026-02-05 12:04:17 +01:00
parent 740a76f6ce
commit c8c3936fa0

View File

@@ -13,6 +13,7 @@
};
programs.nix-index.enable = true;
programs.direnv.enable = true;
environment.systemPackages = [
pkgs.nil