feat: add powercord-overlay flake input

This commit is contained in:
Infinidoge 2021-09-19 19:24:31 -04:00
parent ffaf276c47
commit ed375432ef

View file

@ -46,6 +46,11 @@
flake-utils-plus.follows = "digga/flake-utils-plus"; flake-utils-plus.follows = "digga/flake-utils-plus";
flake-utils.follows = "digga/flake-utils"; flake-utils.follows = "digga/flake-utils";
# end ANTI CORRUPTION LAYER # end ANTI CORRUPTION LAYER
# --- Application-Specific Flake Inputs
# # --- Powercord
powercord-overlay.url = "github:LavaDesu/powercord-overlay";
powercord-overlay.inputs.nixpkgs.follows = "latest";
}; };
outputs = outputs =