Jafner.net/nix/nixos/fonts.nix
2024-10-14 14:16:48 -07:00

10 lines
185 B
Nix

{ pkgs, ... }: {
fonts.packages = with pkgs; [
noto-fonts noto-fonts-cjk noto-fonts-emoji
liberation_ttf
fira-code fira-code-symbols
font-awesome
nerdfonts
];
}