diff --git a/flake.lock b/flake.lock index 36df633..541bd1e 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/flake.nix b/flake.nix index 9f9983f..838b181 100644 --- a/flake.nix +++ b/flake.nix @@ -64,6 +64,8 @@ "stash" "slight" "tuigreet" + "eh" + "microfetch" # 3rd party packages "wiremix" @@ -213,6 +215,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + eh = { + url = "github:notashelf/eh"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + # 3rd party flakes that I want to extract packages from wiremix = { url = "github:tsowell/wiremix";