From 7f50763ffc3a600e2fdebf568c8eb7ec8b42a603 Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Tue, 31 Dec 2024 12:56:05 +0800 Subject: [PATCH] Update NixOS config. --- home.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home.nix b/home.nix index 1371d8c..bfd72e1 100644 --- a/home.nix +++ b/home.nix @@ -111,6 +111,12 @@ #test libchewing ]; + + programs.git = { + enable = true; + userName = "tootbrute"; + userEmail = "tootbrute@tutanota.com"; + } # Environment home.sessionVariables = {