add flake/home-manager and standard cli programs
This commit is contained in:
8
home/git.nix
Normal file
8
home/git.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "crurak";
|
||||
userEmail = "s.spangenberg@posteo.de";
|
||||
ignores = [ ".direnv" "result"];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user