[module/git] init

This commit is contained in:
2026-01-23 10:51:41 +08:00
parent 0b8cc95ab1
commit 0fa39523f7
5 changed files with 72 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, ... }:
{
programs.git.enable = true;
home.file =
(lib.origami404.standaloneToHome ".gitconfig") // (lib.origami404.standaloneToHome ".gitignore");
}
+1 -1
View File
@@ -58,7 +58,7 @@
"du" = "dust";
"df" = "duf";
"cloc" = "scc";
"cat" = "bat";
# "cat" = "bat";
"x" = "atool -x";
"cl" = "clear";
};