sync repo
This commit is contained in:
16
home-manager/packages/git/git.nix
Normal file
16
home-manager/packages/git/git.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
git
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "autumnal,musing@gmail.com";
|
||||
userName = "notkaori";
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user