Merge branch 'master' of git.mvl.sh:vleeuwenmenno/dotfiles
All checks were successful
Nix Format Check / check-format (push) Successful in 37s

This commit is contained in:
2024-11-21 16:52:13 +01:00
11 changed files with 41 additions and 19 deletions

View File

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