revert default shell to bash

zsh is unbearably slow on some machines
This commit is contained in:
Yureka 2024-10-30 13:29:07 +01:00
parent f56576d644
commit ec93c94e7e

View file

@ -1,5 +1,4 @@
{ lib, pkgs, config, ... }: {
users.defaultUserShell = pkgs.zsh;
programs.zsh = {
enable = true;
enableCompletion = true;