flake: separate powercord input to manually update

This commit is contained in:
Infinidoge 2021-11-15 16:51:18 -05:00
parent b0a712c210
commit b5ba1b8100

View file

@ -53,8 +53,10 @@
# --- Application-Specific Flake Inputs # --- Application-Specific Flake Inputs
# # --- Powercord # # --- Powercord
powercord = { url = "github:powercord-org/powercord"; flake = false; };
powercord-overlay.url = "github:LavaDesu/powercord-overlay"; powercord-overlay.url = "github:LavaDesu/powercord-overlay";
powercord-overlay.inputs.nixpkgs.follows = "latest"; powercord-overlay.inputs.nixpkgs.follows = "latest";
powercord-overlay.inputs.powercord.follows = "powercord";
discord-Custom-Volume-Range = { url = "github:PandaDriver156/Custom-Volume-Range"; flake = false; }; discord-Custom-Volume-Range = { url = "github:PandaDriver156/Custom-Volume-Range"; flake = false; };
discord-In-app-notifs = { url = "github:BenSegal855/In-app-notifs"; flake = false; }; discord-In-app-notifs = { url = "github:BenSegal855/In-app-notifs"; flake = false; };