feat: add ollama back to desktop and laptop
This commit is contained in:
parent
172914e9a4
commit
feb2fcbf29
|
@ -119,6 +119,9 @@
|
|||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
# Enable ollama support
|
||||
ollama.enable = true;
|
||||
};
|
||||
|
||||
modules.hyprland = {
|
||||
|
|
|
@ -110,6 +110,9 @@
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
|
||||
# Enable ollama support
|
||||
ollama.enable = true;
|
||||
|
||||
# Set the hostname for nixd in neovim
|
||||
nixd.hostname = "wizlap";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue