fonts.nix (81B)
1 { pkgs, ... }: 2 3 { 4 fonts.packages = with pkgs; [ 5 nerd-fonts.jetbrains-mono 6 ]; 7 }