diff options
| author | Grisha Shipunov | 2025-03-31 09:51:55 +0200 |
|---|---|---|
| committer | Grisha Shipunov | 2025-03-31 09:51:55 +0200 |
| commit | 10c4152f5436a92020869aa272dcf4d5339aac99 (patch) | |
| tree | 226d57197d201159413690f6bd9209e9be622412 /hosts | |
| parent | 28d19492a4f5a49ae26a8d8d281df1064b371a77 (diff) | |
cleanup
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 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; |
