Update shell to terminal.shell

This commit is contained in:
Oliver Davies 2024-11-13 01:40:49 +00:00
parent 85e9a16611
commit bdaba8b391

View file

@ -34,7 +34,7 @@ in
glyph_offset.y = 6; glyph_offset.y = 6;
}; };
shell = { terminal.shell = {
program = "zsh"; program = "zsh";
}; };
}; };