nix-config/modules/fonts.nix

6 lines
70 B
Nix

{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerdfonts
];
}