{ pkgs, ... }: { imports = [ ./git ./neofetch ./starship ./zsh ]; home.packages = with pkgs; [ sudo ripgrep bat croc socat ]; }