diff options
Diffstat (limited to 'modules/hosts/adam/flake-parts.nix')
| -rw-r--r-- | modules/hosts/adam/flake-parts.nix | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
