flake/users/guanranwang/home-manager/applications/zellij/default.nix

11 lines
173 B
Nix
Raw Normal View History

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