seperate out home config
This commit is contained in:
parent
8c176c2643
commit
6cf1be302f
9 changed files with 129 additions and 127 deletions
8
home/git.nix
Normal file
8
home/git.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "osmanfbayram@gmail.com";
|
||||
userName = "osbm";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue