added git settings
This commit is contained in:
parent
98c51a0aab
commit
e12cf4bc74
@ -1,7 +1,10 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
# home manager
|
# home manager
|
||||||
{
|
{
|
||||||
imports = [ ./home/sshconfig.nix ];
|
imports = [
|
||||||
|
./home/sshconfig.nix
|
||||||
|
./home/git.nix
|
||||||
|
];
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
home = {
|
home = {
|
||||||
|
7
users/richie/home/git.nix
Normal file
7
users/richie/home/git.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userEmail = "Richie@tmmworkshop.com";
|
||||||
|
userName = "Richie Cahill";
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user