added jetbrains

This commit is contained in:
lsoriano-mcm
2025-07-03 21:07:39 -05:00
parent 111dd85fd8
commit 41f3594f31
+1 -1
View File
@@ -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;
};