School: move intellij idea config to it's own file
This commit is contained in:
parent
fd1efa3aec
commit
95c929bdf7
2 changed files with 8 additions and 1 deletions
7
roles/school/programs/idea.nix
Normal file
7
roles/school/programs/idea.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, flakeSelf, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; with jetbrains; [
|
||||
idea-ultimate
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue