configure forgejo cli
This commit is contained in:
parent
4ab3b20d9f
commit
3e56f5ffe3
3 changed files with 21 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
git-credential-oauth
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
delta.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue