diff options
| author | Grisha Shipunov | 2025-03-30 00:10:32 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-03-31 09:34:56 +0200 |
| commit | 1e706281657fd4e6ec7a0fcd0d5128e5fda7710d (patch) | |
| tree | 132e726978efc1d7b249769f329a4c4d0cdbffac /hosts | |
| parent | 8ac8d5de44ace61ceccbe2daf92e572924fc6eef (diff) | |
toaster back to zsh
Diffstat (limited to 'hosts')
| -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 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; |
