updates inputs
This commit is contained in:
parent
385afcf5c0
commit
0c1aab253d
2 changed files with 46 additions and 33 deletions
13
modules/editors/idea.nix
Normal file
13
modules/editors/idea.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
home-manager.user.moritz = {
|
||||
home.packages = [
|
||||
pkgs.buildFHSUserEnv
|
||||
{
|
||||
name = "Intellij Idea";
|
||||
targetPkgs = pkgs: [ pkgs.jetbrains.idea-ultimate pkgs.jdk ];
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue