10 lines
142 B
Nix
10 lines
142 B
Nix
{
|
|
programs.zellij = {
|
|
enable = true;
|
|
enableFishIntegration = true;
|
|
settings = {
|
|
theme = "catppuccin-latte";
|
|
};
|
|
};
|
|
}
|