disable pane frames for zellij

This commit is contained in:
Anthony Rodriguez 2024-09-07 23:28:21 +02:00
parent 97e58be52e
commit 81c6ec5270
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,5 +3,8 @@
{
programs.zellij = {
enable = true;
settings = {
pane_frames = false;
};
};
}