NixFiles/systems/tau/fonts.nix

12 lines
157 B
Nix
Raw Normal View History

2023-05-13 21:48:48 +01:00
{ config, pkgs, ... }:
{
fonts.fonts = with pkgs; [
nerdfonts
font-awesome
source-han-sans
source-han-serif
source-han-code-jp
];
}