Don't install python + packages by default

Add some more language servers to installed list
This commit is contained in:
Evie Litherland-Smith 2024-12-03 10:36:45 +00:00
parent 186ae249f6
commit ecba04cbad

View file

@ -113,23 +113,11 @@
## Language servers ## Language servers
nixd nixd
python3Packages.python-lsp-server
lua-language-server
rust-analyzer
typescript-language-server
## Interpreters
(python3.withPackages (
ps: with ps; [
tkinter
python-lsp-server
pylsp-rope
rope
flake8
isort
mypy
numpy
scipy
xarray
matplotlib
]
))
]; ];
xdg.configFile."ruff/pyproject.toml".source = ./ruff.toml; xdg.configFile."ruff/pyproject.toml".source = ./ruff.toml;
} }