diff --git a/modules/ai.nix b/modules/ai.nix index 9c1d7ac4..7f06515b 100644 --- a/modules/ai.nix +++ b/modules/ai.nix @@ -10,11 +10,11 @@ in config = mkIf cfg.enable { home-manager.users.${config.my.username} = { home.packages = [ - (pkgs.python3.withPackages (ps: - with ps; [ - huggingface-hub - ])) - ollama + # (pkgs.python3.withPackages (ps: + # with ps; [ + # huggingface-hub + # ])) + pkgs.ollama ]; }; };