{ config, pkgs, ... }: { fonts.fontDir.enable = true; fonts = { packages = with pkgs; [ inter nerd-fonts.zed-mono ]; fontconfig.enable = true; }; }