nix-config/modules/darwin/fonts.nix
2026-01-26 09:37:52 +01:00

13 lines
217 B
Nix

{ pkgs, ... }:
{
fonts.packages = with pkgs; [
jetbrains-mono
_0xproto
];
homebrew.casks = [
"font-chomsky"
"font-cormorant-garamond"
"font-crimson-text"
"font-unifrakturmaguntia"
];
}