Update NixOS config.
This commit is contained in:
parent
c0f60272be
commit
7f50763ffc
1 changed files with 6 additions and 0 deletions
6
home.nix
6
home.nix
|
@ -111,6 +111,12 @@
|
||||||
#test
|
#test
|
||||||
libchewing
|
libchewing
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "tootbrute";
|
||||||
|
userEmail = "tootbrute@tutanota.com";
|
||||||
|
}
|
||||||
|
|
||||||
# Environment
|
# Environment
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue