nixfiles/common/fonts.nix

9 lines
131 B
Nix

{ pkgs, ... }: {
fonts = {
fonts = with pkgs; [
font-awesome
twitter-color-emoji
iosevka-bin
];
};
}