From 1e706281657fd4e6ec7a0fcd0d5128e5fda7710d 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 17f8f09..b075f6f 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;