9 lines
148 B
Nix
9 lines
148 B
Nix
|
{ ... }: {
|
||
|
programs.zellij = {
|
||
|
enable = true;
|
||
|
enableBashIntegration = true;
|
||
|
enableFishIntegration = true;
|
||
|
settings = '''';
|
||
|
};
|
||
|
}
|