omniflake/home/fonts.nix
2025-04-29 10:47:18 +02:00

34 lines
492 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
merriweather
mona-sans
monaspace
noto-fonts
open-sans
poppins
roboto
rubik
source-sans-pro
source-serif-pro
stix-two
textfonts
tlwg
];
}