homemmanegr

This commit is contained in:
2025-05-01 15:05:03 -05:00
parent ff074185b6
commit bb53e31d83
10 changed files with 66 additions and 10 deletions

8
modules/home/git.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
programs.git = {
enable = true;
userName = "poslop";
userEmail = "poslop@archfox.org";
};
}