Enable git.
This commit is contained in:
parent
5e9a7d0837
commit
c2ab6cff1a
15
home.nix
15
home.nix
|
@ -11,5 +11,20 @@
|
||||||
homeDirectory = "/home/drew";
|
homeDirectory = "/home/drew";
|
||||||
|
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
home-manager.enable = true;
|
||||||
|
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
userEmail = "dgalbraith33@gmail.com"
|
||||||
|
userName = "Drew Galbraith"
|
||||||
|
extraConfig = {
|
||||||
|
core = {
|
||||||
|
editor = "vim";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue