School/jetbrains: install scenebuilder

This commit is contained in:
Toast 2024-04-22 09:42:19 +02:00
parent befadf8ed2
commit 2730ed6cdc

View file

@ -2,6 +2,7 @@
with pkgs; { with pkgs; {
environment.systemPackages = with jetbrains; [ environment.systemPackages = with jetbrains; [
idea-ultimate idea-ultimate
scenebuilder
datagrip datagrip
]; ];