helic cleanup + java

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-15 14:35:43 +01:00
parent 1be03c39ad
commit 5c9a92c68e
4 changed files with 15 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
home = {
packages = with pkgs; [
jdk
];
};
}