config/systems/desktop/fonts.nix

15 lines
196 B
Nix
Raw Permalink Normal View History

2024-09-15 12:56:25 +01:00
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
nerdfonts
font-awesome
source-sans
source-han-sans
source-han-serif
source-han-code-jp
terminus_font
inter
];
}