more minor tweaks

This commit is contained in:
Anish Lakhwara
2025-11-23 23:52:38 -08:00
parent df8b80a2c0
commit 0645376730
5 changed files with 5 additions and 97 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
userEmail = "anish+git@lakhwara.com";
delta.enable = true;
signing = {
signByDefault = true;
key = "7FC5DF072EF7B716";
signByDefault = if pkgs.stdenv.isLinux then false else true;
key = if pkgs.stdenv.isLinux then "B8492C8FB53397B7" else "7FC5DF072EF7B716";
};
ignores = [