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
|
# 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" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue