NixFiles/systems/pogmachine/fonts.nix

12 lines
157 B
Nix
Raw Permalink Normal View History

2023-04-09 12:56:40 +01:00
{ config, pkgs, ... }:
{
fonts.fonts = with pkgs; [
nerdfonts
font-awesome
source-han-sans
source-han-serif
source-han-code-jp
];
}