From 2aa02a3aba9fcf1ec88db2510c5c643e5d362279 Mon Sep 17 00:00:00 2001 From: chexit Date: Wed, 15 Apr 2026 00:31:26 +0300 Subject: [PATCH] add geist and jetbrains --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index fafec2c..8a9333b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -117,6 +117,11 @@ ]; }; + fonts.packages = with pkgs; [ + geist-font + jetbrains-mono + ]; + # Install firefox. # programs.firefox.enable = true;