begin modularization
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings.user = {
|
||||
name = "Odweta";
|
||||
email = "code.62rdl@aleeas.com";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user