diff --git a/flake.nix b/flake.nix index c716029..e6218a1 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ in { # For `nix develop`: devShell = pkgs.mkShell { - nativeBuildInputs = with pkgs; [ vscodium ]; + nativeBuildInputs = with pkgs; [ helix marksman lazygit ]; }; }); }