From cba57436bec985c1e86d39d8cae47a744988564d Mon Sep 17 00:00:00 2001 From: itsscb Date: Tue, 1 Jul 2025 00:23:27 +0200 Subject: [PATCH] feat: add ollama --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5794a2b..40ed0b4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -307,6 +307,11 @@ in { qt.enable = true; environment.systemPackages = with pkgs; [ + ollama + (ollama.override { + acceleration = "cuda"; + }) + jujutsu rustup