feat: add vencord overlay for updating early
This commit is contained in:
parent
ae42c7a3d0
commit
84fbc3b453
3 changed files with 21 additions and 2 deletions
common/overlays
|
@ -9,6 +9,7 @@
|
|||
nixpkgs.overlays = [
|
||||
(import ./swayosd.nix)
|
||||
(import ./blueberry.nix)
|
||||
(import ./vencord.nix)
|
||||
|
||||
(final: prev: {
|
||||
spotifywm = final.callPackage ./pkgs/spotifywm.nix {};
|
||||
|
|
12
common/overlays/vencord.nix
Normal file
12
common/overlays/vencord.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
final: prev: {
|
||||
vencord = prev.vencord.overrideAttrs (oldAttrs: rec {
|
||||
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "Vendicated";
|
||||
repo = "Vencord";
|
||||
rev = "3bd657611cbc6b3cf3142ae59c39713922d167df";
|
||||
hash = "sha256-fbYHfyPYN7LH9NlOpeEa10rA9LEibhxj9ZHmOZabETc=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue