tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
fix(java): new intellij idea package
nel.pet
1 month ago
7e646848
656b14fb
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
home
java.nix
+1
-1
modules/home/java.nix
···
1
1
{ pkgs, ... }: {
2
2
home.packages = with pkgs; [
3
3
# Use -bin as logging in doesnt seem to work on the source build
4
4
-
jetbrains.idea-community-bin
4
4
+
jetbrains.idea-oss
5
5
];
6
6
}