nix-dotfiles/modules/java.nix

3 lines
48 B
Nix

{ pkgs, ...}:
{ programs.java.enable = true;
}