···1{ pkgs, ... }: {
2 home.packages = with pkgs; [
3 # Use -bin as logging in doesnt seem to work on the source build
4- jetbrains.idea-community-bin
5 ];
6}
···1{ pkgs, ... }: {
2 home.packages = with pkgs; [
3 # Use -bin as logging in doesnt seem to work on the source build
4+ jetbrains.idea-oss
5 ];
6}