change to gh package to avoid overwriting configuration
This commit is contained in:
parent
b74ba7d494
commit
262fba83ba
1 changed files with 2 additions and 4 deletions
|
@ -1,11 +1,9 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "twoneis";
|
userName = "twoneis";
|
||||||
userEmail = "sanjay29@sapura.de";
|
userEmail = "sanjay29@sapura.de";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.gh = {
|
home.packages = with pkgs; [ gh ];
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue