zellij: disable auto-start

maybe relevant in future
https://github.com/nix-community/home-manager/pull/6037
This commit is contained in:
Sridhar Ratnakumar 2025-02-19 09:45:30 -05:00
parent 8dc01a696b
commit b3dd6ccd81

View file

@ -3,6 +3,13 @@
{
programs.zellij = {
enable = true;
# Disable the auto-start non-sense
# (fucks up terminal on vscode/zed)
#
# cf. https://zellij.dev/documentation/integration#autostart-on-shell-creation
enableZshIntegration = false;
settings = {
theme = if pkgs.system == "aarch64-darwin" then "dracula" else "gruvbox-light";
# NOTE: There's no way to set theme by name.