modules/home/desktop/zellij: disable shell integrations #6

Merged
nrabulinski merged 1 commit from nrabulinski/no-auto-zellij into main 2025-03-21 23:33:02 +01:00 AGit
Showing only changes of commit cdfd00a99c - Show all commits

View file

@ -3,7 +3,12 @@
# TODO: Move zellij to a wrapper # TODO: Move zellij to a wrapper
programs.zellij = { programs.zellij = {
enable = true; enable = true;
enableBashIntegration = false;
enableFishIntegration = false;
enableZshIntegration = false;
settings = { settings = {
default_layout = "compacter";
show_startup_tips = false;
keybinds = { keybinds = {
shared_except = { shared_except = {
_args = [ "locked" ]; _args = [ "locked" ];