From 81f8541e5470495e986a147c1e05a9d8f764b13e Mon Sep 17 00:00:00 2001 From: Tootbrute Date: Tue, 31 Dec 2024 12:59:38 +0800 Subject: [PATCH] Update NixOS config. --- home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index bfd72e1..174a26c 100644 --- a/home.nix +++ b/home.nix @@ -116,7 +116,10 @@ enable = true; userName = "tootbrute"; userEmail = "tootbrute@tutanota.com"; - } + extraConfig = { + init.defaultBranch = "main"; + }; + }; # Environment home.sessionVariables = {