toaster back to zsh

This commit is contained in:
Grisha Shipunov 2025-03-30 00:10:32 +01:00
parent 8ac8d5de44
commit 1e70628165

View file

@ -60,7 +60,7 @@
home = "/home/0xa"; home = "/home/0xa";
isNormalUser = true; isNormalUser = true;
uid = 1000; uid = 1000;
shell = pkgs.fish; shell = pkgs.zsh;
}; };
services.emacs.defaultEditor = false; services.emacs.defaultEditor = false;