fix(exprs): bring back vencord overlay

This commit is contained in:
uku 2025-03-17 14:13:52 +01:00
parent dcc84756ab
commit 4024e3510b
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 37 additions and 3 deletions

View file

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