diff --git a/shell.nix b/shell.nix index 07d63af..6791738 100644 --- a/shell.nix +++ b/shell.nix @@ -9,5 +9,8 @@ nixos-generators terraform ]; + shellHook = '' + zsh + ''; }; }