Then, in your `configuraiton.nix` (or whichever nix file you please)
```nix
programs.nix-jmu-cs345.enable = true;
```
## Details
The developemnt environment is configured to include the following in accordance with the [CS345 Java Development Environment](https://w3.cs.jmu.edu/bernstdh/web/common/help/java-development-environment_setup.php). Note that currently the checkstyle and formatter configs will still have to be manually downloaded and configured within Eclipse.