New Ollama.nix, the ai.nix did not work out. Added ZED-editor as separate app
This commit is contained in:
@@ -1650,9 +1650,9 @@ let
|
||||
parts = builtins.splitString "=" line;
|
||||
in
|
||||
if lib.elemAt parts 0 == "" then
|
||||
lib.mkForce {}
|
||||
{}
|
||||
else
|
||||
lib.mkForce { (lib.elemAt parts 0) = lib.elemAt parts 1; });
|
||||
{ (lib.elemAt parts 0) = lib.elemAt parts 1; });
|
||||
in
|
||||
|
||||
{
|
||||
@@ -1663,6 +1663,7 @@ in
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
}
|
||||
|
||||
#+end_src
|
||||
|
||||
** Powermenu
|
||||
|
||||
Reference in New Issue
Block a user