From bdaba8b391ac488a23e9976916826c79bf8e3d9d Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Wed, 13 Nov 2024 01:40:49 +0000 Subject: [PATCH] Update shell to terminal.shell --- modules/home-manager/alacritty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/alacritty.nix b/modules/home-manager/alacritty.nix index f4c284fe..cacf4cd8 100644 --- a/modules/home-manager/alacritty.nix +++ b/modules/home-manager/alacritty.nix @@ -34,7 +34,7 @@ in glyph_offset.y = 6; }; - shell = { + terminal.shell = { program = "zsh"; }; };