nix-config/home/fonts/default.nix

9 lines
92 B
Nix

{ pkgs }:
with pkgs;
[
iosevka
nerd-fonts.sauce-code-pro
source-sans
source-serif
]