From 9e7bb0c14a46570ed33d67b261657bcce4f258d6 Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Tue, 31 Dec 2024 13:01:05 +0800 Subject: [PATCH] Update NixOS config. --- home.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/home.nix b/home.nix index 174a26c..046cd7c 100644 --- a/home.nix +++ b/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