switched gh cli to home manager program
This commit is contained in:
parent
8023a45e00
commit
45b1d6ee2f
1 changed files with 4 additions and 1 deletions
|
@ -9,5 +9,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [ gh ];
|
programs.gh = {
|
||||||
|
enable = true;
|
||||||
|
gitCredentialHelper.enabel = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue