mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
flake update and use home manager java
This commit is contained in:
parent
100290a11c
commit
6853208de5
2 changed files with 16 additions and 13 deletions
5
home.nix
5
home.nix
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue