From 76164b2be25d104046f2a092a2632b5a2269e967 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 21 Mar 2026 14:56:31 +0100 Subject: [PATCH] System/Darwinix: Add fonts --- system/darwinix/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/system/darwinix/default.nix b/system/darwinix/default.nix index 58ba0991..d4930a6f 100644 --- a/system/darwinix/default.nix +++ b/system/darwinix/default.nix @@ -52,6 +52,11 @@ wget ]; + fonts.packages = with pkgs; [ + nerd-fonts.jetbrains-mono + monolisa + ]; + programs = { fish.enable = true; };