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