revert default shell to bash
zsh is unbearably slow on some machines
This commit is contained in:
parent
f56576d644
commit
ec93c94e7e
|
@ -1,5 +1,4 @@
|
|||
{ lib, pkgs, config, ... }: {
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
|
|
Loading…
Reference in a new issue