added shels to base.nix

This commit is contained in:
Richie Cahill 2024-04-16 22:13:02 -04:00 committed by Alice Huston
parent c8a542408e
commit fb3dffc0ea

View File

@ -2,6 +2,12 @@
{
nixpkgs.config.allowUnfree = lib.mkDefault true;
programs = {
zsh.enable = true;
fish.enable = true;
bash.enable = true;
}
users = {
mutableUsers = lib.mkDefault false;
};