omniflake/home/fonts.nix
2024-07-03 22:08:35 +02:00

30 lines
422 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
anonymousPro
cantarell-fonts
charis-sil
cm_unicode
corefonts
dejavu_fonts
dotcolon-fonts
freefont_ttf
gyre-fonts
hubot-sans
liberation_ttf
libertine
libertinus
mona-sans
monaspace
noto-fonts
open-sans
poppins
roboto
rubik
source-sans-pro
stix-two
textfonts
tlwg
];
}