5 lines
78 B
Nix
5 lines
78 B
Nix
{ pkgs-unstable, ... }:
|
|
{
|
|
home.packages = with pkgs-unstable; [ ollama ];
|
|
}
|