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

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