diff options
author | tv <tv@krebsco.de> | 2018-10-07 16:37:06 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-10-08 23:26:05 +0200 |
commit | dee4da76caf04cc80ba7b60d75451c581bc053f1 (patch) | |
tree | 14b6439bf58bf7c087537dc4395140c0ef867216 /tv/2configs | |
parent | c84b92f30cd4758cc213e0d5ca9ebfa91588851f (diff) |
tv: systemPackages += git-crypt
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 2ccab3d09..d9ddc90d0 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -143,6 +143,7 @@ with import <stockholm/lib>; environment.systemPackages = [ pkgs.get pkgs.git + pkgs.git-crypt pkgs.git-preview pkgs.hashPassword pkgs.htop |