java
This commit is contained in:
parent
2478bb7841
commit
fe6b9468b1
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
jetbrains.idea-community
|
||||||
|
jdt-language-server
|
||||||
|
gradle
|
||||||
temurin-bin-17
|
temurin-bin-17
|
||||||
nodejs
|
nodejs
|
||||||
python310Packages.python-lsp-server
|
python310Packages.python-lsp-server
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
local wezterm = require 'wezterm'
|
-- local wezterm = require 'wezterm'
|
||||||
return {
|
return {
|
||||||
font = wezterm.font 'FiraCode Nerd Font',
|
font = wezterm.font 'FiraCode Nerd Font',
|
||||||
color_scheme = "Dracula",
|
color_scheme = "Dracula",
|
||||||
warn_about_missing_glyphs = false,
|
warn_about_missing_glyphs = false,
|
||||||
check_for_updates = false,
|
check_for_updates = false,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue