Files
dotfiles/config/home-manager/packages/common/hosts/mennos-server.nix
Menno van Leeuwen 0d26f30261
All checks were successful
Nix Format Check / check-format (push) Successful in 59s
adds ollama-cuda to home packages for mennos-server
2024-11-18 22:11:29 +01:00

5 lines
83 B
Nix

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