From 370264eb5ede5e5cb5ce9353bb7beeeb4d20e4d9 Mon Sep 17 00:00:00 2001 From: CoolGuy27 <4052244-CoolGuy27@users.noreply.replit.com> Date: Mon, 20 Apr 2026 19:38:47 +0000 Subject: [PATCH] Add JetBrainsMono Nerd Font and unzip utility to the environment Install unzip utility and JetBrainsMono Nerd Font package in the Nix environment. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: bf130c8a-8757-4153-9c10-efa9db0b2d19 Replit-Helium-Checkpoint-Created: true --- replit.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/replit.nix b/replit.nix index a8b4cb0..460cc0c 100644 --- a/replit.nix +++ b/replit.nix @@ -1,5 +1,7 @@ {pkgs}: { deps = [ + pkgs.unzip + pkgs.nerd-fonts.jetbrains-mono pkgs.neovim pkgs.wget pkgs.jdk21