mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-07 20:28:08 +01:00
Modularizing the system
This commit is contained in:
8
home/git.nix
Normal file
8
home/git.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Superredstone";
|
||||
userEmail = "patrickcanal3@gmail.com";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user