{ description = "ollama config"; inputs = { }; outputs = { self, ... }: { module = import ./ollama.nix; }; }