1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Use Discord with Vencord

This commit is contained in:
RGBCube 2023-10-20 16:35:09 +03:00
parent 33e2664a9f
commit fb676ff36b
No known key found for this signature in database

View file

@ -3,5 +3,6 @@
with pkgs; homePackages "nixos" [
(discord.override {
withOpenASAR = true;
withVencord = true;
})
]