feat(nvim): move language servers to each language's .nix file
This commit is contained in:
@@ -16,6 +16,7 @@ lib.my.makeHomePackageConfig {
|
||||
extraConfig = {
|
||||
my.home.home.packages = with pkgs; [
|
||||
uv
|
||||
pyright
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user