modules/home/desktop/zellij: disable shell integrations
This commit is contained in:
parent
16e8f3f0f4
commit
cdfd00a99c
1 changed files with 5 additions and 0 deletions
|
@ -3,7 +3,12 @@
|
|||
# TODO: Move zellij to a wrapper
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
enableBashIntegration = false;
|
||||
enableFishIntegration = false;
|
||||
enableZshIntegration = false;
|
||||
settings = {
|
||||
default_layout = "compacter";
|
||||
show_startup_tips = false;
|
||||
keybinds = {
|
||||
shared_except = {
|
||||
_args = [ "locked" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue