flake/users/guanranwang/home-manager/applications/zellij/default.nix
2024-01-16 10:02:44 +08:00

10 lines
170 B
Nix

{
programs.zellij = {
enable = true;
enableFishIntegration = true;
settings = {
simplified_ui = true;
theme = "tokyo-night-dark";
};
};
}