From 0ae3ac0ba038b911fecf5fead400bffc7837a411 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 7 Feb 2025 12:04:46 -0500 Subject: [PATCH] drop into zsh on nix-shell for convinience --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) 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 + ''; }; }