1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-18 06:48:46 +02:00

fix user packages

This commit is contained in:
Rouven Seifert 2025-04-24 09:59:57 +02:00
parent 3d382ef13c
commit e930c05695
4 changed files with 48 additions and 34 deletions
users/rouven/modules/helix

View file

@ -7,21 +7,6 @@
nil
nixpkgs-fmt
tinymist
(python3.withPackages (ps: with ps; [
pyls-isort
pylsp-mypy
# python-lsp-black
python-lsp-server
# pylsp optional dependencies
types-requests
flake8
mccabe
pycodestyle
pydocstyle
pyflakes
pylint
]))
clang-tools
nodePackages.typescript-language-server
];