omniflake/home/fonts.nix
2025-01-19 13:31:34 +01:00

32 lines
454 B
Nix

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