home.nix tweaks

This commit is contained in:
James Walker 2020-12-28 20:09:32 -05:00
parent 45c10a5a32
commit 503f77be08
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -50,6 +50,7 @@
oh-my-zsh = {
enable = true;
plugins = [
"asdf"
"direnv"
"docker"
"docker-compose"
@ -101,6 +102,7 @@
extraConfig = {
github.user = "walkah";
init.defaultBranch = "main";
pull.rebase = true;
rebase.autoStash = true;
};