tomato/users/thorn/fonts/default.nix

6 lines
67 B
Nix
Raw Normal View History

2021-04-27 18:47:09 -04:00
{ pkgs, ... }: {
fonts.fonts = with pkgs; [
tewi-font
];
}