From 26b932a1cbcdeb97cf748bf2de6f3243e4932d3c Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Sun, 23 Nov 2025 07:48:37 +0100 Subject: [PATCH] fonts: Remove unused fonts --- modules/darwin/fonts.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/darwin/fonts.nix b/modules/darwin/fonts.nix index 4dbb6b0..0dae610 100644 --- a/modules/darwin/fonts.nix +++ b/modules/darwin/fonts.nix @@ -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" ]; }