Desktop/discord: remove vencord overlay

I don't use the official discord app, and vesktop uses it's own
vencord so I don't need it anymore
This commit is contained in:
Toast 2024-06-02 00:29:22 +02:00
parent 46678f11f1
commit 05c28f5ce5

View file

@ -4,17 +4,6 @@
withOpenASAR = true;
withVencord = true;
};
# Update some stuff while I wait for nixpkgs
vencord = super.vencord.overrideAttrs rec {
version = "1.8.4";
src = pkgs.fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v${version}";
hash = "sha256-FbU1Zsz/84oSOCOSWunA5nn5qFGLQ4W3uqsbYytF/7c=";
};
npmDepsHash = "sha256-97KgELDNhP2aZU66tC+F/QfHuWnICGRzX3FQMbim4Sk=";
};
};
in {
nixpkgs.overlays = [discordOverlay];