Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-31 13:01:05 +08:00
parent 81f8541e54
commit 9e7bb0c14a

View file

@ -112,15 +112,6 @@
libchewing libchewing
]; ];
programs.git = {
enable = true;
userName = "tootbrute";
userEmail = "tootbrute@tutanota.com";
extraConfig = {
init.defaultBranch = "main";
};
};
# Environment # Environment
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nano"; EDITOR = "nano";
@ -133,6 +124,9 @@
enable = true; enable = true;
userName = "Tootbrute"; userName = "Tootbrute";
userEmail = "tootbrute@tutamail.com"; userEmail = "tootbrute@tutamail.com";
extraConfig = {
init.defaultBranch = "main";
};
}; };
# starship - an customizable prompt for any shell # starship - an customizable prompt for any shell