restructure
This commit is contained in:
parent
5fe6a629f3
commit
e54745b952
28 changed files with 997 additions and 203 deletions
12
home-manager/common/programs/git/default.nix
Normal file
12
home-manager/common/programs/git/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "sajenim";
|
||||
userEmail = "its.jassy@pm.me";
|
||||
extraConfig = {
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue