chore: use vencord from nixpkgs

This commit is contained in:
uku 2025-02-19 09:10:42 +01:00
parent 99afb428a5
commit c1f5f4b006
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
4 changed files with 2 additions and 56 deletions

View file

@ -7,7 +7,6 @@
camasca,
home-manager,
nixpkgs,
vencord,
...
}:
let
@ -144,7 +143,7 @@ in
nixpkgs = {
config.allowUnfree = true;
flake.setNixPath = false;
overlays = [ (import ../exprs/overlay.nix { inherit vencord; }) ];
overlays = [ (import ../exprs/overlay.nix) ];
};
programs = {