feat(devshell): Add pkgs for helix and switching to zsh

This commit is contained in:
Sweetbread 2025-01-18 13:58:08 +03:00
parent bac068cf69
commit 8c1f94d05a

View File

@ -125,9 +125,12 @@
devShells."${system}".default = let
pkgs = import nixpkgs { inherit system; };
in pkgs.mkShell {
shellHook = "zsh";
packages = with pkgs; [
cargo
rustc
rust-analyzer
lldb
];
};
};