New Ollama.nix, the ai.nix did not work out. Added ZED-editor as separate app
This commit is contained in:
+304
-304
File diff suppressed because it is too large
Load Diff
@@ -1643,7 +1643,7 @@ This Home Manager Nix module (ai.nix) installs the Ollama package and configures
|
||||
#+begin_src nix :tangle home/apps/ollama.nix :noweb tangle :mkdirp yes
|
||||
{ config, lib, pkgs, flakeRoot, ... }:
|
||||
let
|
||||
ollamaConfPath = flakeRoot + "/apps/ai/ollama/ollama.conf";
|
||||
ollamaConfPath = flakeRoot + "/assets/conf/apps/ai/ollama/ollama.conf";
|
||||
in
|
||||
{
|
||||
services.ollama = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ config, lib, pkgs, flakeRoot, ... }:
|
||||
let
|
||||
ollamaConfPath = flakeRoot + "/apps/ai/ollama/ollama.conf";
|
||||
ollamaConfPath = flakeRoot + "/assets/conf/apps/ai/ollama/ollama.conf";
|
||||
in
|
||||
{
|
||||
services.ollama = {
|
||||
|
||||
Reference in New Issue
Block a user