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
|
|
@ -3,11 +3,11 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./virtualbox.nix
|
./virtualbox.nix
|
||||||
|
./idea.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
dia
|
dia
|
||||||
jetbrains.idea-ultimate
|
|
||||||
flakeSelf.packages.x86_64-linux.pseint
|
flakeSelf.packages.x86_64-linux.pseint
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
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