Skip to content

Commit

Permalink
feat(jvm): removed unnecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jan 8, 2024
1 parent 19a0eb3 commit a843a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dev/jvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in

config = mkIf cfg.enable {
home-manager.users.wittano = {
home.packages = with pkgs; [ jetbrains.idea-ultimate graalvm-ce ] ++ (if cfg.enableAndroid then [ andorid-studio ] else [ ]);
home.packages = with pkgs; [ jetbrains.idea-ultimate ] ++ (if cfg.enableAndroid then [ andorid-studio ] else [ ]);

programs.fish.shellAliases = mkIf (config.modules.shell.fish.enable) {
pjvm = "cd $HOME/projects/own/jvm";
Expand Down

0 comments on commit a843a4e

Please sign in to comment.