{ pkgs, ... }: { imports = [ ./bat.nix ./eza.nix ./direnv.nix ./go.nix ./starship.nix ./fd.nix ./git.nix ]; home.packages = with pkgs; [ bottom dust fish jless jq ripgrep tree yq ]; }