chore: use vencord from nixpkgs
This commit is contained in:
parent
99afb428a5
commit
c1f5f4b006
4 changed files with 2 additions and 56 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue