diff --git a/config/ai.nix b/config/ai.nix index ed501c6..27c475f 100644 --- a/config/ai.nix +++ b/config/ai.nix @@ -80,4 +80,8 @@ }; }; }; + + environment.systemPackages = with pkgs; [ + (llama-cpp.override { cudaSupport = true; }) + ]; }