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