feat(devshell): Add pkgs for helix and switching to zsh
This commit is contained in:
parent
bac068cf69
commit
8c1f94d05a
@ -125,9 +125,12 @@
|
|||||||
devShells."${system}".default = let
|
devShells."${system}".default = let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
in pkgs.mkShell {
|
in pkgs.mkShell {
|
||||||
|
shellHook = "zsh";
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
cargo
|
cargo
|
||||||
rustc
|
rustc
|
||||||
|
rust-analyzer
|
||||||
|
lldb
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user