add intellij idea

This commit is contained in:
xunuwu 2025-03-09 11:48:04 +01:00
parent e764d6eb4e
commit c4fa713749
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [jetbrains.idea-ultimate];
}