flocon/home/common/shell/zellij.nix

10 lines
111 B
Nix

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