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
This commit is contained in:
CoolGuy27
2026-04-20 19:38:47 +00:00
parent 174a84b92a
commit 370264eb5e

View File

@@ -1,5 +1,7 @@
{pkgs}: { {pkgs}: {
deps = [ deps = [
pkgs.unzip
pkgs.nerd-fonts.jetbrains-mono
pkgs.neovim pkgs.neovim
pkgs.wget pkgs.wget
pkgs.jdk21 pkgs.jdk21