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;