nixos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 57c6a69bbf35129d8d229ce51abc33e2ac90f04f
parent 80d1a3cfa41abaa443f5b20c257552c6165dcc43
Author: Toni Brown <tb148@proton.me>
Date:   Thu, 11 Sep 2025 14:26:14 +0800

use trunk as default branch name

Diffstat:
Mhome.nix | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/home.nix b/home.nix @@ -79,6 +79,9 @@ ]; programs.git.enable = true; + programs.git.extraConfig = { + init.defaultBranch = "trunk"; + }; programs.git.signing.signByDefault = true; programs.git.signing.key = "53187AD414FDFBCC";