{ pkgs, ... }: { home.packages = with pkgs; [ fira-code (nerdfonts.override { fonts = [ "FiraCode" ]; }) ]; }