dotfiles/modules/darwin/fonts/default.nix

8 lines
95 B
Nix

{ pkgs, ... }:
{
fonts = {
fontDir.enable = true;
fonts = [ pkgs.nerdfonts ];
};
}