34 lines
480 B
Nix
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
|
|
];
|
|
}
|