all repos — nixfiles @ 5477f960b3f43c1cd0bdac1de7842e92b37aeefa

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

remove (co)lima

Alan Pearce
commit

5477f960b3f43c1cd0bdac1de7842e92b37aeefa

parent

f4d6f996e1b1fb45175fe56c628bc30bdeb69730

1 file changed, 0 insertions(+), 20 deletions(-)

changed files
M user/hosts/marvin.nixuser/hosts/marvin.nix
@@ -62,26 +62,6 @@ };
}; }; - launchd.agents.colima = { - enable = true; - config = { - ProgramArguments = [ - "/Users/alan/.local/state/nix/profile/bin/colima" - "start" - ]; - RunAtLoad = true; - # It doesn't run in the foreground, yet... - # KeepAlive = true; - WorkingDirectory = "/Users/alan"; - StandardOutPath = "/Users/alan/Library/Logs/colima.log"; - StandardErrorPath = "/Users/alan/Library/Logs/colima.log"; - EnvironmentVariables = { - HOME = "/Users/alan"; - XDG_CONFIG_HOME = config.xdg.configHome; - }; - }; - }; - targets.darwin.defaults = { NSGlobalDomain = { AppleKeyboardUIMode = 2;