nixfiles/darwin/base/fonts.nix

5 lines
65 B
Nix

{ config, ... }: {
fonts = {
fontDir.enable = true;
};
}