mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-12 09:47:54 +08:00
zellij: disable auto-start
maybe relevant in future https://github.com/nix-community/home-manager/pull/6037
This commit is contained in:
parent
8dc01a696b
commit
b3dd6ccd81
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue