[git] add git-absorb

This commit is contained in:
2026-04-23 09:59:07 +08:00
parent 29acb4ae89
commit 5bfe33d989
+4 -1
View File
@@ -1,6 +1,9 @@
{ lib, ... }: { lib, pkgs, ... }:
{ {
programs.git.enable = true; programs.git.enable = true;
home.file = home.file =
(lib.origami404.standaloneToHome ".gitconfig") // (lib.origami404.standaloneToHome ".gitignore"); (lib.origami404.standaloneToHome ".gitconfig") // (lib.origami404.standaloneToHome ".gitignore");
home.packages = with pkgs; [
git-absorb
];
} }