Menno van Leeuwen 8993a09549
Some checks failed
Nix Format Check / check-format (push) Failing after 45s
remove ollama package configurations
2024-12-13 11:24:56 +01:00

5 lines
71 B
Nix

{ pkgs-unstable, ... }:
{
home.packages = with pkgs-unstable; [ ];
}