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

@ -1,7 +1,8 @@
{ pkgs, homePackages, ... }: { pkgs, homePackages, ... }:
with pkgs; homePackages "nixos" [ with pkgs; homePackages "nixos" [
(discord.override { (discord.override {
withOpenASAR = true; withOpenASAR = true;
}) withVencord = true;
})
] ]