feat: add ollama back to desktop and laptop

This commit is contained in:
Alexandre Cavalheiro 2025-01-17 09:01:43 -03:00
parent 172914e9a4
commit feb2fcbf29
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
2 changed files with 6 additions and 0 deletions

View file

@ -119,6 +119,9 @@
programs.neovim = {
enable = true;
# Enable ollama support
ollama.enable = true;
};
modules.hyprland = {

View file

@ -110,6 +110,9 @@
programs.neovim = {
enable = true;
# Enable ollama support
ollama.enable = true;
# Set the hostname for nixd in neovim
nixd.hostname = "wizlap";
};