replace vscode with helix

vscode is just too slow on my notebook, use helix with marksman as
alternative
This commit is contained in:
Moritz Bitsch 2024-05-01 12:37:07 +02:00
parent d2eaae549f
commit ff7c4b0dd7
No known key found for this signature in database

View file

@ -10,7 +10,7 @@
in { in {
# For `nix develop`: # For `nix develop`:
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ vscodium ]; nativeBuildInputs = with pkgs; [ helix marksman lazygit ];
}; };
}); });
} }