switched gh cli to home manager program

This commit is contained in:
twoneis 2024-02-11 03:02:07 +01:00
parent 8023a45e00
commit 45b1d6ee2f

View file

@ -9,5 +9,8 @@
}; };
}; };
home.packages = with pkgs; [ gh ]; programs.gh = {
enable = true;
gitCredentialHelper.enabel = true;
};
} }