From ff7c4b0dd74f60dbae7098f3bd0914fff60f670e Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 1 May 2024 12:37:07 +0200 Subject: [PATCH] replace vscode with helix vscode is just too slow on my notebook, use helix with marksman as alternative --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }); }