home.nix tweaks
This commit is contained in:
parent
45c10a5a32
commit
503f77be08
2
home.nix
2
home.nix
@ -50,6 +50,7 @@
|
|||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
|
"asdf"
|
||||||
"direnv"
|
"direnv"
|
||||||
"docker"
|
"docker"
|
||||||
"docker-compose"
|
"docker-compose"
|
||||||
@ -101,6 +102,7 @@
|
|||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
github.user = "walkah";
|
github.user = "walkah";
|
||||||
|
init.defaultBranch = "main";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user