diff options
-rw-r--r-- | hosts/shinji/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index 543936e..ba91357 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -53,6 +53,7 @@ development = { c = true; lua = true; + java = true; rust = true; web = true; }; |