flocon/home/common/shell/zellij.nix

8 lines
104 B
Nix

_: {
programs.zellij = {
enable = true;
settings = {
pane_frames = false;
};
};
}