feat: add ollama

This commit is contained in:
itsscb 2025-07-01 00:23:27 +02:00
parent c9fb5349a5
commit cba57436be

View File

@ -307,6 +307,11 @@ in {
qt.enable = true;
environment.systemPackages = with pkgs; [
ollama
(ollama.override {
acceleration = "cuda";
})
jujutsu
rustup