From 2580cf8aa56a0a74155554cdb6a17d03d83d9e6a Mon Sep 17 00:00:00 2001 From: kenji Date: Tue, 8 Jul 2025 23:05:33 -0500 Subject: [PATCH] converted to zsh --- config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.nix b/config.nix index 4284847..4a80538 100644 --- a/config.nix +++ b/config.nix @@ -8,7 +8,7 @@ Terminal = { font = "JetBrainsMono Nerd Font"; size = "18"; - shell = "fish"; # or zsh + shell = "zsh"; # or zsh aliases = { }; };