Update NixOS config.
This commit is contained in:
parent
81f8541e54
commit
9e7bb0c14a
1 changed files with 3 additions and 9 deletions
12
home.nix
12
home.nix
|
@ -112,15 +112,6 @@
|
|||
libchewing
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "tootbrute";
|
||||
userEmail = "tootbrute@tutanota.com";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
# Environment
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nano";
|
||||
|
@ -133,6 +124,9 @@
|
|||
enable = true;
|
||||
userName = "Tootbrute";
|
||||
userEmail = "tootbrute@tutamail.com";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
|
||||
# starship - an customizable prompt for any shell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue