fix discord

This commit is contained in:
Kopatz
2025-05-15 13:02:25 +02:00
parent 7b4fcf469f
commit 07ed1a241d

View File

@@ -21,6 +21,15 @@ in
discord = prev.discord.override { withVencord = true; };
tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };
lact = prev.rdna4-lact;
vencord = prev.vencord.overrideAttrs {
version = "1.12.1";
src = prev.fetchFromGitHub {
owner = "Vendicated";
repo = "Vencord";
rev = "v$1.12.1";
hash = "sha256-Vs6S8N3q5JzXfeogfD0JrVIhMnYIio7+Dfy12gUJrlU=";
};
};
hyprland =
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;