{pkgs, ...}: {
fonts.enableDefaultPackages = true;
fonts.packages = with pkgs; [
nerd-fonts.hack
];
}