move git config into nix

This commit is contained in:
TheWanderingCrow 2024-12-29 14:35:20 -05:00
parent 16d592cf52
commit 8dbccc93e3
3 changed files with 9 additions and 3 deletions

View file

@ -0,0 +1,8 @@
{
programs.git = {
enable = true;
userName = "TheWanderingCrow";
userEmail = "contact@wanderingcrow.net";
};
}

View file

@ -1,3 +0,0 @@
[user]
email = "contact@wanderingcrow.net"
name = "TheWanderingCrow"

View file

@ -23,6 +23,7 @@ in {
./configs/firefox.nix
./configs/waybar.nix
./configs/tmux.nix
./contigs/git.nix
];
home = {
username = "crow";