Revert "added jetbrains"

This reverts commit 41f3594f31.
This commit is contained in:
lsoriano-mcm
2025-07-05 09:03:55 -05:00
parent 828cad933f
commit fdf447cae9
+1 -1
View File
@@ -34,7 +34,7 @@
inherit pkgs;
module = {pkgs, ...}: {
imports = [./config];
extraPackages = with pkgs; [sops lazygit nerd-fonts.jetbrains-mono];
extraPackages = with pkgs; [sops lazygit];
};
extraSpecialArgs = specialArgs;
};