{ pkgs, ... }: { home.packages = with pkgs; [ cachix devenv ]; programs.direnv.enable = true; programs.direnv.nix-direnv.enable = true; }