diff options
| author | Grisha Shipunov | 2025-09-25 13:34:33 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-09-25 13:34:33 +0200 |
| commit | ff861413b796538ca4c40e0a27b454d16225348c (patch) | |
| tree | 40dfd5d8470e8bb547a8da74706d55d5793d7826 /hosts/toaster/default.nix | |
| parent | a1e7314153c31e32012ed8d74f310a2ea05091b1 (diff) | |
disable fish for the time being
Diffstat (limited to 'hosts/toaster/default.nix')
| -rw-r--r-- | hosts/toaster/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
