From 41f3594f31fe199fc28f4e4ce9a4b0f2d12140e3 Mon Sep 17 00:00:00 2001 From: lsoriano-mcm Date: Thu, 3 Jul 2025 21:07:39 -0500 Subject: [PATCH] added jetbrains --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 65ef1bd..4a890fe 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ inherit pkgs; module = {pkgs, ...}: { imports = [./config]; - extraPackages = with pkgs; [sops lazygit]; + extraPackages = with pkgs; [sops lazygit nerd-fonts.jetbrains-mono]; }; extraSpecialArgs = specialArgs; };