School: install intellij idea
This commit is contained in:
parent
551c3e2b11
commit
4bd53fc871
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
# ./programs
|
||||
./services
|
||||
];
|
||||
home-manager.users.toast.home.packages = with pkgs; [
|
||||
jetbrains.idea-ultimate
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue