fix(powercord): update powercord-overlay patch

This commit is contained in:
Infinidoge 2022-04-15 17:27:12 -04:00
parent 213ea8ad36
commit 5c194056c5

View file

@ -7,7 +7,8 @@
fup.url = "github:gytis-ivaskevicius/flake-utils-plus";
powercord = { url = "github:powercord-org/powercord"; flake = false; };
powercord-overlay.url = "github:LavaDesu/powercord-overlay";
# powercord-overlay.url = "github:LavaDesu/powercord-overlay";
powercord-overlay.url = "github:Infinidoge/powercord-overlay/patch-1";
powercord-overlay.inputs.nixpkgs.follows = "nixpkgs";
powercord-overlay.inputs.powercord.follows = "powercord";