13 lines
217 B
Nix
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"
|
|
];
|
|
}
|