add zsh devShell

This commit is contained in:
2026-02-16 12:30:25 -06:00
parent a422e5cfa2
commit 6abcaeb0d1

View File

@@ -47,6 +47,7 @@
];
shellHook = ''
export SHELL=$(realpath `which zsh`)
exec zsh
'';