12 lines
178 B
Nix
Raw Normal View History

2024-10-14 18:43:31 +03:00
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "Ubuntu" ]; })
noto-fonts
noto-fonts-cjk
noto-fonts-extra
hack-font
];
}