diff --git a/hosts/macos/modules.nix b/hosts/macos/modules.nix index ef3abec..28e6669 100644 --- a/hosts/macos/modules.nix +++ b/hosts/macos/modules.nix @@ -1,8 +1,8 @@ -{ pkgs ,... }: +{ pkgs, ... }: { # Enpty file for future imports imports = [ - (import ../../common/ai.nix { inherit pkgs; }) + (import ../../modules/common/ai.nix { inherit pkgs; }) ]; }