about summary refs log tree commit diff stats
path: root/home-manager/packages
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-28 19:01:04 +0200
committerSoispha <soispha@vhack.eu>2023-07-28 19:01:04 +0200
commitae848c728f9e93c96b9dc5ac0aebc964e38b7187 (patch)
treebd34f51a03677b851b879f800d325e4b300be387 /home-manager/packages
parentDocs(hm/packages): Improve comments (diff)
downloadnixos-config-ae848c728f9e93c96b9dc5ac0aebc964e38b7187.tar.gz
nixos-config-ae848c728f9e93c96b9dc5ac0aebc964e38b7187.zip
Fix(treewide): Add `git-crypt`
Diffstat (limited to 'home-manager/packages')
-rw-r--r--home-manager/packages/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/packages/default.nix b/home-manager/packages/default.nix
index 516107aa..0d6528dd 100644
--- a/home-manager/packages/default.nix
+++ b/home-manager/packages/default.nix
@@ -116,6 +116,7 @@ with pkgs; let
     Programming = {
       GeneralTools = [
         git # the fast distributed version control system
+        git-crypt # mostly here to avoid problems in repositories, where the flake can't be loaded
         glow # Command-line markdown renderer
       ];
     };