{ config, pkgs, nixpkgs, ... }:
{
  fonts.packages = with pkgs; [
    nerd-fonts.overpass  ## required for starship
    dejavu_fonts
  ];
}