flocon/home/common/shell/zellij.nix

8 lines
108 B
Nix

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