diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 08:25:11 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 08:26:14 +0100 |
commit | b166f22bc85f2105e0f016c74cb36c7a6d701fcb (patch) | |
tree | cbcd50db170edcdb77d15f908f578e6bedf3f5cb /hm/soispha/pkgs | |
parent | feat(sys/options/secret): Add secret values to evaluation (diff) | |
download | nixos-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.nix | 1 |
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 ]; }; |