From ff861413b796538ca4c40e0a27b454d16225348c Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Thu, 25 Sep 2025 13:34:33 +0200 Subject: disable fish for the time being --- 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 7e78114..2b8577b 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -66,7 +66,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; - shell = pkgs.fish; + shell = pkgs.zsh; }; # This value determines the NixOS release from which the default -- cgit v1.3.1