remove (co)lima
1 file changed, 0 insertions(+), 20 deletions(-)
changed files
M user/hosts/marvin.nix → user/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;