flake update and use home manager java

This commit is contained in:
Salar Rahmanian 2024-09-16 21:23:51 -07:00
parent 100290a11c
commit 6853208de5
2 changed files with 16 additions and 13 deletions

View file

@ -30,7 +30,6 @@
VISUAL = "$EDITOR";
};
packages = with pkgs; [
jdk21
any-nix-shell
aspell
basedpyright
@ -184,6 +183,10 @@
enable = true;
};
programs.java = {
enable = true;
};
programs.jq = {
enable = true;
};