aboutsummaryrefslogtreecommitdiffstats
path: root/home-manager
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
];
};