{ pkgs, ... }: { #environment.systemPackages = with pkgs; [ # ollama #]; services.ollama.enable = false; services.ollama.acceleration = "cuda"; }