more refactoring

This commit is contained in:
sadan 2024-10-02 17:19:34 -04:00
parent 375a1b2e89
commit 5fca9d16c0
No known key found for this signature in database
13 changed files with 163 additions and 78 deletions

View file

@ -0,0 +1,8 @@
{ pkgs, ... }: {
programs = {
java = {
enable = true;
package = pkgs.temurin-bin-17;
};
};
}