get more working on flame

This commit is contained in:
Noah Masur
2025-03-08 13:30:47 +00:00
parent 98c561f462
commit c36ca39a0d
8 changed files with 24 additions and 18 deletions

View File

@ -16,10 +16,12 @@ in
name = lib.mkOption {
type = lib.types.str;
description = "Name to use for git commits";
default = config.nmasur.settings.fullName;
};
email = lib.mkOption {
type = lib.types.str;
description = "Email to use for git commits";
default = "7386960+nmasur@users.noreply.github.com";
};
};