School: install intellij idea

This commit is contained in:
Toast 2024-09-12 10:22:53 +02:00
parent 551c3e2b11
commit 4bd53fc871

View file

@ -1,6 +1,9 @@
{...}: {
{pkgs, ...}: {
imports = [
# ./programs
./services
];
home-manager.users.toast.home.packages = with pkgs; [
jetbrains.idea-ultimate
];
}