From d2de8941e76a6d08741fd6924d3319593d1e40f8 Mon Sep 17 00:00:00 2001 From: Aloys23 Date: Fri, 29 May 2026 21:07:33 +0800 Subject: [PATCH] first commi2 --- home.nix | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 2a91203..ccbba96 100644 --- a/home.nix +++ b/home.nix @@ -31,8 +31,19 @@ 0=Default ''; - # 以后你的 niri、KDE 等 dotfiles 配置都可以通过这种方式管理 - # home.file.".config/niri/config.kdl".source = ./niri-config.kdl; + programs.git = { + enable = true; + + settings = { + user = { + name = "Aloys23"; + email = "aloys233@gmail.com"; + }; + + init.defaultBranch = "main"; + pull.rebase = false; + }; + }; # 这个版本号不要改!它不是软件版本,而是系统状态标识 home.stateVersion = "23.11";