about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 08:25:11 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 08:26:14 +0100
commitb166f22bc85f2105e0f016c74cb36c7a6d701fcb (patch)
treecbcd50db170edcdb77d15f908f578e6bedf3f5cb /hm/soispha/pkgs
parentfeat(sys/options/secret): Add secret values to evaluation (diff)
downloadnixos-config-b166f22bc85f2105e0f016c74cb36c7a6d701fcb.zip
feat(hm/conf/git): Incorporate elements of other peoples configs
Diffstat (limited to 'hm/soispha/pkgs')
-rw-r--r--hm/soispha/pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index 60884493..c713b7ac 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -124,6 +124,7 @@ with pkgs; let
       GeneralTools = [
         git # the fast distributed version control system
         git-crypt # mostly here to avoid problems in repositories, where the flake can't be loaded
+        git-absorb # git commit --fixup, but automatic
         glow # Command-line markdown renderer
       ];
     };