{
  pkgs,
  ...
}: {
  imports = [
    ./git
    ./neofetch
    ./starship
    ./zsh
    ./helix
  ];

  home.packages = with pkgs; [
    sudo
    ripgrep

    bat
    croc
    socat
  ];
}