tomato/users/thorn/fonts/default.nix
2021-04-27 22:47:09 +00:00

6 lines
67 B
Nix

{ pkgs, ... }: {
fonts.fonts = with pkgs; [
tewi-font
];
}