diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-04-20 22:45:36 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-04-20 22:45:36 +0200 |
commit | 376d4fff838ca31d34b1197b4ea21e0541d8eaff (patch) | |
tree | d70e93acbec49d7ecb6faeb550544511a2adc4db /hosts/home.nix | |
parent | Overlays: Base: Add fswatch dependency to nvim (diff) | |
download | nixos-config-376d4fff838ca31d34b1197b4ea21e0541d8eaff.tar.gz nixos-config-376d4fff838ca31d34b1197b4ea21e0541d8eaff.tar.bz2 nixos-config-376d4fff838ca31d34b1197b4ea21e0541d8eaff.zip |
Hosts: Add ollama package
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index f11caf7..d81a730 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -61,6 +61,7 @@ slurp appimage-run google-cloud-sdk + ollama ] ++ (with pkgs.custom; [ lemacs |