Reset from zero
This commit is contained in:
commit
7520235965
46 changed files with 1783 additions and 0 deletions
7
home-manager/features/git.nix
Normal file
7
home-manager/features/git.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "noe";
|
||||
userEmail = "git@kat.cafe";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue