all repos — nixfiles @ 0741f0290ee5e7082ff421921583ff9ad8ec6f1e

System and user configuration, managed by nix and home-manager

reformat all nix code

Alan Pearce
commit

0741f0290ee5e7082ff421921583ff9ad8ec6f1e

parent

83d9e0536997ccea2dde49e63d0f0f458f56ee61

1 file changed, 10 insertions(+), 3 deletions(-)

changed files
M user/marvin.nixuser/marvin.nix
@@ -1,4 +1,5 @@
-{ config, pkgs, ... }: { +{ config, pkgs, ... }: +{ imports = [ ./settings/base.nix ./settings/development/base.nix
@@ -42,7 +43,10 @@ launchd.agents = {
ollama = { enable = true; config = { - ProgramArguments = [ "${pkgs.ollama}/bin/ollama" "serve" ]; + ProgramArguments = [ + "${pkgs.ollama}/bin/ollama" + "serve" + ]; RunAtLoad = true; KeepAlive = true; WorkingDirectory = "/Users/alan";
@@ -61,7 +65,10 @@
launchd.agents.colima = { enable = true; config = { - ProgramArguments = [ "/Users/alan/.local/state/nix/profile/bin/colima" "start" ]; + ProgramArguments = [ + "/Users/alan/.local/state/nix/profile/bin/colima" + "start" + ]; RunAtLoad = true; # It doesn't run in the foreground, yet... # KeepAlive = true;