nix-config/modules/fonts.nix
larstvei 38f62cdff6 Separate out fonts
And also remove all but the fonts i use for everything.
2024-10-06 22:23:30 +02:00

8 lines
72 B
Nix

{ pkgs }:
with pkgs;
[
source-sans
source-code-pro
source-serif
]