Compare commits
4 commits
feec9e898e
...
69ae27e713
| Author | SHA1 | Date | |
|---|---|---|---|
| 69ae27e713 | |||
| 46e73a0765 | |||
| 95c929bdf7 | |||
| fd1efa3aec |
3 changed files with 17 additions and 2 deletions
|
|
@ -3,11 +3,11 @@
|
|||
{
|
||||
imports = [
|
||||
./virtualbox.nix
|
||||
./idea.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dia
|
||||
jetbrains.idea-ultimate
|
||||
flakeSelf.packages.x86_64-linux.pseint
|
||||
];
|
||||
}
|
||||
|
|
|
|||
12
roles/school/programs/idea.nix
Normal file
12
roles/school/programs/idea.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.java = {
|
||||
enable = true;
|
||||
package = pkgs.jdk8;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; with jetbrains; [
|
||||
idea-ultimate
|
||||
];
|
||||
}
|
||||
|
|
@ -26,5 +26,8 @@
|
|||
})
|
||||
'';
|
||||
|
||||
environment.systemPackages = [ pkgs.mysql-workbench ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
mysql-workbench
|
||||
mycli
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue