flake/home/applications/zellij/default.nix

11 lines
170 B
Nix
Raw Normal View History

2024-01-15 04:18:06 +00:00
{
2024-01-03 20:21:00 +00:00
programs.zellij = {
enable = true;
enableFishIntegration = true;
settings = {
simplified_ui = true;
theme = "tokyo-night-dark";
};
};
}