mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 16:40:14 +00:00
get more working on flame
This commit is contained in:
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user