deal with deprecated settings in home manager

This commit is contained in:
2026-04-03 00:13:36 -04:00
parent 082b406b50
commit 6545452c1d
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
lfs.enable = true;
signing = {
key = "5EFFB75F7C9B74EAA5C4637547940175096C1330";
format = "openpgp";
signByDefault = true;
};
settings = {
@@ -14,6 +15,7 @@
color.ui = true;
init.defaultBranch = "main";
format.signoff = true;
format.commitMessage = "signed-off-by";
pack.windowMemory = "2g";
pack.packSizeLimit = "1g";
user.email = "aliceghuston@gmail.com";