{ pkgs, ... }: { imports = [ ./bat.nix ./fish.nix ./neofetch.nix ./starship.nix ./tmux.nix ]; home.packages = with pkgs; [ autojump bc busybox comma direnv exa fd htop httpie jq nixfmt procs progress ripgrep tldr trash-cli tree unrar unzip zip ]; }