fix: incorrect gpg key and home-manager package location

This commit is contained in:
lily 2025-03-29 23:27:46 -04:00
parent f645b12a6e
commit fa9b64ed93
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
8 changed files with 47 additions and 45 deletions

View file

@ -17,7 +17,7 @@ in {
user = {
name = "Lily Vex";
email = "lesson085@gmail.com";
signingKey = "Placeholder";
signingKey = "Lily Vex";
};
commit.gpgsign = true;
init.defaultBranch = "main";