nixos-config/home/profiles/editors/jetbrains/idea.nix
2025-03-09 11:54:02 +01:00

3 lines
73 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [jetbrains.idea-ultimate];
}