diff --git a/flake.nix b/flake.nix index 760e720..6f1c645 100644 --- a/flake.nix +++ b/flake.nix @@ -50,7 +50,9 @@ devShell = pkgs.mkShell { name = "NixOS-config"; buildInputs = with pkgs; [ + git-crypt gitAndTools.pre-commit + gnupg nixpkgs-fmt ]; };