NixFiles/systems/mdesktop/fonts.nix

12 lines
157 B
Nix
Raw Normal View History

2023-03-09 08:33:38 +00:00
{ config, pkgs, ... }:
{
fonts.fonts = with pkgs; [
2023-04-09 13:47:03 +01:00
nerdfonts
2023-03-09 08:33:38 +00:00
font-awesome
source-han-sans
source-han-serif
source-han-code-jp
];
}