feat(nvim): move language servers to each language's .nix file

This commit is contained in:
2025-08-09 20:14:31 +08:00
parent 90cd4bdd84
commit e958163479
8 changed files with 18 additions and 26 deletions

View File

@@ -14,6 +14,10 @@ lib.my.makeHomePackageConfig {
"go"
];
extraConfig = {
my.home.home.packages = with pkgs; [
gotools
gopls
];
my.persist.homeDirs = [
"go"
];