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
10 lines
126 B
Nix
10 lines
126 B
Nix
{pkgs}: {
|
|
deps = [
|
|
pkgs.unzip
|
|
pkgs.nerd-fonts.jetbrains-mono
|
|
pkgs.neovim
|
|
pkgs.wget
|
|
pkgs.jdk21
|
|
];
|
|
}
|