Modularizing the system

This commit is contained in:
2024-09-04 07:50:50 +02:00
parent f8c3653e49
commit fb35600660
8 changed files with 65 additions and 33 deletions

8
home/git.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
programs.git = {
enable = true;
userName = "Superredstone";
userEmail = "patrickcanal3@gmail.com";
};
}