flake/users/guanranwang/home-manager/applications/zellij/default.nix
2024-01-06 04:18:18 +08:00

10 lines
173 B
Nix

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