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 | |
| parent | a1e7314153c31e32012ed8d74f310a2ea05091b1 (diff) | |
disable fish for the time being
| -rw-r--r-- | hosts/toaster/default.nix | 2 | ||||
| -rw-r--r-- | modules/basic-tools/default.nix | 1 |
2 files changed, 1 insertions, 2 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 diff --git a/modules/basic-tools/default.nix b/modules/basic-tools/default.nix index c6c2590..28ee3b1 100644 --- a/modules/basic-tools/default.nix +++ b/modules/basic-tools/default.nix @@ -3,7 +3,6 @@ { imports = [ ./fzf.nix - ./fish.nix ./multiplexers.nix ./nix.nix ./nix-ld.nix |
