disable bash

This commit is contained in:
Julian Sutter 2023-01-25 12:53:06 -08:00
parent 7eac242d7b
commit 79fce51824

View file

@ -142,6 +142,7 @@ in
}; };
# Nushell # Nushell
programs.nushell.enable = true; programs.nushell.enable = true;
programs.bash.enable = false;
}; };
}; };
} }