setup home-manager
This commit is contained in:
parent
b49a8088cc
commit
d108086e94
7 changed files with 81 additions and 11 deletions
9
home-manager/programs/git.nix
Normal file
9
home-manager/programs/git.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "sajenim";
|
||||
userEmail = "its.jassy@pm.me";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue