diff --git a/system/home/programming/default.nix b/system/home/programming/default.nix index f62265f2..da821638 100644 --- a/system/home/programming/default.nix +++ b/system/home/programming/default.nix @@ -5,11 +5,7 @@ pythonEnv = ( pkgs.python312.withPackages ( ps: with ps; [ - ipython - python-lsp-server - pylsp-rope pyflakes - rope isort numpy scipy @@ -40,6 +36,7 @@ ## Language servers nixd + basedpyright lua-language-server rust-analyzer ];