From 40f16d0f4605923e93830d8e8ae10167f7a5e430 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Thu, 11 Jun 2026 16:15:23 +0200 Subject: feat(packages): setup ida-pro and fluffy-mod-manager --- modules/hosts/adam/flake-parts.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/hosts') diff --git a/modules/hosts/adam/flake-parts.nix b/modules/hosts/adam/flake-parts.nix index f76dce2..0c35d9f 100644 --- a/modules/hosts/adam/flake-parts.nix +++ b/modules/hosts/adam/flake-parts.nix @@ -4,9 +4,15 @@ specialArgs = { inherit inputs; }; modules = with inputs.self.modules.nixos; [ { - nixpkgs.overlays = [ inputs.nixpkgs-wayland.overlays.default ]; + nixpkgs.overlays = [ + inputs.nixpkgs-wayland.overlays.default + inputs.self.overlays.ida-pro + inputs.self.overlays.ida-pro-mcp + inputs.self.overlays.fluffy-mod-manager + ]; } adam + ida-pro home-manager plymouth localization -- cgit v1.3.1