working on getting gitea working

This commit is contained in:
2025-02-12 22:09:25 -07:00
parent e975a71491
commit fea4da2f4f
4 changed files with 17 additions and 20 deletions

View File

@@ -18,6 +18,10 @@
htop
iputils
dotnetCorePackages.dotnet_9.sdk
python312
gcc
gnumake
dig
];
home.sessionVariables = {
EDITOR = "vim";
@@ -26,7 +30,7 @@
enable = true;
shellInit = ''
function commit
git add --all
git add --allr
git commit -m "$argv"
git push
end