{ pkgs, ... }:
{

  home-manager.users.willifan = {
    imports = [
      ./bash.nix
      ./eza.nix
      ./hyfetch.nix
      ./nushell.nix
      ./ssh.nix
      ./starship.nix
      ./zoxide.nix
    ];
  };

}