mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-02-12 23:58:57 -05:00
move git config into nix
This commit is contained in:
parent
16d592cf52
commit
8dbccc93e3
3 changed files with 9 additions and 3 deletions
8
modules/users/crow/configs/git.nix
Normal file
8
modules/users/crow/configs/git.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "TheWanderingCrow";
|
||||
userEmail = "contact@wanderingcrow.net";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue