30 lines
422 B
Nix
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
|
|
];
|
|
}
|