this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

git: update commit user name

+1 -3
-1
home/desktop/apps.nix
··· 51 51 # hash = "sha256-xa5xZQxlY5MH2jcdKIOs7zd3y/1UoxQhe/L4NoMyCqw="; 52 52 # }; 53 53 # })) 54 - wowup-cf 55 54 yt-dlp 56 55 yubioath-flutter 57 56 ];
+1 -2
home/programs/git.nix
··· 7 7 8 8 programs.git = { 9 9 enable = true; 10 - userName = "Ovyerus"; 10 + userName = "Ashlynne Mitchell"; 11 11 userEmail = "ovy@ovyerus.com"; 12 12 delta.enable = true; 13 13 ··· 20 20 extraConfig = { 21 21 # TODO: custom pretty stuff? 22 22 blame.showEmail = true; 23 - # core.editor = "code --wait"; 24 23 init.defaultBranch = "main"; 25 24 pull.rebase = true; 26 25