change git params
This commit is contained in:
parent
941b7330d7
commit
877d0aa9b4
1 changed files with 12 additions and 2 deletions
|
|
@ -12,12 +12,22 @@ in {
|
||||||
config = {
|
config = {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
btop
|
btop
|
||||||
git
|
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
programs.nh = {
|
programs= {
|
||||||
|
nh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "/home/brandon/.nixos-conf";
|
flake = "/home/brandon/.nixos-conf";
|
||||||
|
};
|
||||||
|
git = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
user = {
|
||||||
|
email = "brandon@logical-code.com";
|
||||||
|
name = "logical-code";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue