3 lines
48 B
Nix
3 lines
48 B
Nix
{ pkgs, ...}:
|
|
{ programs.java.enable = true;
|
|
}
|
{ pkgs, ...}:
|
|
{ programs.java.enable = true;
|
|
}
|