fonts: Remove unused fonts

This commit is contained in:
Jan Kremer 2025-11-23 07:48:37 +01:00
parent 790286afb1
commit 26b932a1cb
Signed by: jan
GPG key ID: A7DA689CB3B078EC

View file

@ -1,18 +1,12 @@
{ pkgs, ... }:
{
fonts.packages = with pkgs; [
atkinson-hyperlegible
jetbrains-mono
open-sans
];
homebrew.casks = [
"font-chomsky"
"font-cormorant-garamond"
"font-crimson-text"
"font-new-york"
"font-sf-compact"
"font-sf-mono"
# "font-sf-pro"
"font-unifrakturmaguntia"
];
}