12 lines
208 B
Nix
12 lines
208 B
Nix
{...}: {
|
|
programs.zellij = {
|
|
enable = true;
|
|
enableBashIntegration = true;
|
|
enableFishIntegration = true;
|
|
enableZshIntegration = true;
|
|
settings = {
|
|
paneFrames = false;
|
|
};
|
|
};
|
|
}
|