feat: add vencord katex plugin

This commit is contained in:
uku 2024-11-01 07:58:19 +01:00
parent 3d33060d67
commit f1a67636a9
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
6 changed files with 166 additions and 3 deletions

View file

@ -127,5 +127,11 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
# ==== vencord ====
vencord = {
url = "github:Vendicated/Vencord";
flake = false;
};
};
}