From 10c4152f5436a92020869aa272dcf4d5339aac99 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Mon, 31 Mar 2025 09:51:55 +0200 Subject: cleanup --- hosts/toaster/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index b075f6f..17f8f09 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -60,7 +60,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; - shell = pkgs.zsh; + shell = pkgs.fish; }; services.emacs.defaultEditor = false; -- cgit v1.3.1