replace bash with nushell

This commit is contained in:
wi11-holdsworth 2025-08-07 11:41:04 +10:00
parent 9de7d53d9c
commit e5a6650255
4 changed files with 34 additions and 35 deletions

View file

@ -7,8 +7,8 @@ in
{
imports = (featureBundler ./bundles) ++ (featureBundler ./features);
bash.enable = lib.mkDefault true;
gh.enable = lib.mkDefault true;
git.enable = lib.mkDefault true;
nushell.enable = lib.mkDefault true;
zoxide.enable = lib.mkDefault true;
}