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 = {
|
||||
enable = true;
|
||||
userName = "twoneis";
|
||||
userEmail = "sanjay29@sapura.de";
|
||||
};
|
||||
|
||||
programs.gh = {
|
||||
enable = true;
|
||||
};
|
||||
home.packages = with pkgs; [ gh ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue