mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
progress
This commit is contained in:
parent
1d52958cde
commit
974f185b00
12 changed files with 168 additions and 7 deletions
|
|
@ -3,10 +3,11 @@
|
|||
# Replace symlink at root of repo with user configs
|
||||
{
|
||||
options = {
|
||||
user = lib.mkOption {
|
||||
user = lib.mkOption rec {
|
||||
type = lib.types.attrs;
|
||||
default = {
|
||||
name = "bryan";
|
||||
email = "bryan@ramos.codes";
|
||||
shell = pkgs.bash;
|
||||
|
||||
groups = [
|
||||
|
|
@ -20,7 +21,7 @@
|
|||
|
||||
gitConfig = {
|
||||
userName = "Bryan Ramos";
|
||||
userEmail = "bryan@ramos.codes";
|
||||
userEmail = "${default.user.email}";
|
||||
signing = {
|
||||
key = "F1F3466458452B2DF351F1E864D12BA95ACE1F2D";
|
||||
signByDefault = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue