NixOS and Home Manager config

fix(java): new intellij idea package

nel.pet 7e646848 656b14fb

verified
+1 -1
+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 - jetbrains.idea-community-bin 4 + jetbrains.idea-oss 5 5 ]; 6 6 }