homemmanegr
This commit is contained in:
8
modules/home/git.nix
Normal file
8
modules/home/git.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "poslop";
|
||||
userEmail = "poslop@archfox.org";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user