nvim: added tree-sitter, Satori: misc changes

This commit is contained in:
2021-07-21 19:32:00 +05:30
parent e7da496981
commit 66075be40a
12 changed files with 326 additions and 90 deletions

View File

@@ -48,4 +48,8 @@ final: prev: {
discord = prev.discord.overrideAttrs (_ : {
src = builtins.fetchTarball { url = "https://discord.com/api/download/stable?platform=linux&format=tar.gz"; sha256="1ahj4bhdfd58jcqh54qcgafljqxl1747fqqwxhknqlasa83li75n";};
});
proxychains = prev.proxychains.overrideAttrs (_ : {
postInstall = ":";
});
}