mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-03 20:05:53 +02:00
Update home manager variable
This commit is contained in:
parent
22a6474afa
commit
6eacd2a58b
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@
|
||||||
|
|
||||||
programs.gh = {
|
programs.gh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableGitCredentialHelper = true;
|
gitCredentialHelper = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
settings = {
|
settings = {
|
||||||
aliases = {
|
aliases = {
|
||||||
"clone" = "repo clone";
|
"clone" = "repo clone";
|
||||||
|
|
Loading…
Add table
Reference in a new issue