From ae1f0f19c8985a077ab4dec2431ff48a8aca0bda Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 30 Mar 2025 00:10:32 +0100 Subject: [PATCH] toaster back to zsh --- hosts/toaster/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 0bd8839..edd7528 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -60,7 +60,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; - shell = pkgs.fish; + shell = pkgs.zsh; }; services.emacs.defaultEditor = false;