10 lines
109 B
Nix
Raw Normal View History

2024-10-14 18:43:31 +03:00
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
2024-12-08 20:41:35 +03:00
nerd-fonts.ubuntu
2024-10-14 18:43:31 +03:00
noto-fonts
hack-font
];
}