From ed375432ef24b941e09662aaf35797e8dc1536e6 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 19 Sep 2021 19:24:31 -0400 Subject: [PATCH] feat: add powercord-overlay flake input --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index be97a3c..825e5bf 100644 --- a/flake.nix +++ b/flake.nix @@ -46,6 +46,11 @@ flake-utils-plus.follows = "digga/flake-utils-plus"; flake-utils.follows = "digga/flake-utils"; # end ANTI CORRUPTION LAYER + + # --- Application-Specific Flake Inputs + # # --- Powercord + powercord-overlay.url = "github:LavaDesu/powercord-overlay"; + powercord-overlay.inputs.nixpkgs.follows = "latest"; }; outputs =