disable pane frames for zellij
This commit is contained in:
parent
97e58be52e
commit
81c6ec5270
1 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,8 @@
|
||||||
{
|
{
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
pane_frames = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue