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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue