flake: separate powercord input to manually update
This commit is contained in:
parent
b0a712c210
commit
b5ba1b8100
1 changed files with 2 additions and 0 deletions
|
@ -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; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue