configure forgejo cli

This commit is contained in:
xunuwu 2025-06-08 11:15:13 +02:00
parent 4ab3b20d9f
commit 3e56f5ffe3
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 21 additions and 0 deletions

View file

@ -3,6 +3,10 @@
pkgs,
...
}: {
home.packages = with pkgs; [
git-credential-oauth
];
programs.git = {
enable = true;
delta.enable = true;