feat(doom,programming): add java setup
This commit is contained in:
parent
4a23196314
commit
54c3b6bd41
3 changed files with 7 additions and 1 deletions
|
@ -137,6 +137,7 @@
|
|||
python
|
||||
racket
|
||||
haskell
|
||||
java
|
||||
nim
|
||||
])
|
||||
];
|
||||
|
|
5
profiles/develop/programming/java.nix
Normal file
5
profiles/develop/programming/java.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
openjdk17
|
||||
];
|
||||
}
|
|
@ -136,7 +136,7 @@
|
|||
;;hy ; readability of scheme w/ speed of python
|
||||
;;idris ; a language you can depend on
|
||||
json ; At least it ain't XML
|
||||
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
|
||||
(java +meghanada +tree-sitter) ; the poster child for carpal tunnel syndrome
|
||||
;;javascript ; all(hope(abandon(ye(who(enter(here))))))
|
||||
;;julia ; a better, faster MATLAB
|
||||
;;kotlin ; a better, slicker Java(Script)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue