Skip to content

Commit

Permalink
feat(ide): removed jvm ide from config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Nov 19, 2024
1 parent ab40452 commit e093af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions home-manager/ide.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ let
];
in
addProjectDirField (with unstable.jetbrains; rec {
python = let forkConfig = mkExtraConfig fork; in {
python = {
package = pycharm-professional;
extraConfig = forkConfig;
extraConfig = mkExtraConfig fork;
};
cpp.package = clion;
zig = cpp;
Expand Down
2 changes: 1 addition & 1 deletion hosts/pc/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ rec {
# Wittano configuration
{
programs = {
jetbrains.ides = [ "go" "fork" "python" "cpp" "jvm" ];
jetbrains.ides = [ "go" "fork" "python" "cpp" ];
git.wittano.enable = true;
rofi.wittano.enable = true;

Expand Down

0 comments on commit e093af4

Please sign in to comment.