diff --git a/modules/home/all/zellij.nix b/modules/home/all/zellij.nix index 7ebd810..264b335 100644 --- a/modules/home/all/zellij.nix +++ b/modules/home/all/zellij.nix @@ -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.