omniflake/home/modules/fonts.nix
2026-03-21 12:02:45 +01:00

34 lines
480 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
anonymousPro
cantarell-fonts
cascadia-code
charis
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
];
}