modules/darwin/community-builder: add nushell to environment.shells

This commit is contained in:
zowoq 2024-10-17 19:22:37 +10:00
parent e3ff3476aa
commit 2cd563aba2

View file

@ -18,6 +18,7 @@
environment.shells = [
pkgs.bashInteractive
pkgs.fish
pkgs.nushell
pkgs.zsh
];