update lockfile, remove mimestream

This commit is contained in:
Noah Masur
2023-05-25 08:51:22 -04:00
parent 241b2deb49
commit f391433584
5 changed files with 40 additions and 44 deletions

View File

@ -31,6 +31,7 @@ in {
pager = { branch = "false"; };
safe = { directory = config.dotfilesPath; };
pull = { ff = "only"; };
push = { autoSetupRemote = "true"; };
init = { defaultBranch = "master"; };
};
ignores = [ ".direnv/**" "result" ];