(laptop) Gen 16: broke up laptop default.nix into modules, added git config
This commit is contained in:
9
modules/home/programs/git.nix
Normal file
9
modules/home/programs/git.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "pagedmov@gmail.com";
|
||||
userName = "pagedmov";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user