diff --git a/roles/home/helix.nix b/roles/home/helix.nix index ec6f253..a1e1f5a 100644 --- a/roles/home/helix.nix +++ b/roles/home/helix.nix @@ -15,18 +15,15 @@ let py3 = actualPkgs.python3.withPackages (ps: with ps; [ python-lsp-server - python-lsp-ruff pylsp-rope rope - mypy - pylsp-mypy black + ty ]); in { home = { packages = with actualPkgs; [ - # black helix clang-tools rust-analyzer @@ -40,6 +37,7 @@ in golangci-lint-langserver py3 ruff + ty gh gofumpt taplo