Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-31 12:56:05 +08:00
parent c0f60272be
commit 7f50763ffc

View file

@ -112,6 +112,12 @@
libchewing
];
programs.git = {
enable = true;
userName = "tootbrute";
userEmail = "tootbrute@tutanota.com";
}
# Environment
home.sessionVariables = {
EDITOR = "nano";