fixin cobblemon, and new version warning finally GOD
This commit is contained in:
@@ -17,9 +17,11 @@ in {
|
||||
# configure git
|
||||
programs.${program} = {
|
||||
enable = true;
|
||||
userName = "blake";
|
||||
userEmail = "me@blakedheld.xyz";
|
||||
extraConfig = {
|
||||
settings = {
|
||||
user = {
|
||||
name = "blake";
|
||||
email = "me@blakedheld.xyz";
|
||||
};
|
||||
init.defaultBranch = "trunk";
|
||||
core.editor = "nvim";
|
||||
pull.rebase = true;
|
||||
|
||||
@@ -22,8 +22,8 @@ in {
|
||||
|
||||
programs.${program} = {
|
||||
enable = true;
|
||||
#dotDir = "${config.xdg.configHome}/zsh";
|
||||
dotDir = ".config/zsh";
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
#dotDir = ".config/zsh";
|
||||
autocd = true;
|
||||
enableCompletion = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user