dots/modules/home-manager/features/zellij.nix
2026-02-22 16:47:53 +11:00

9 lines
141 B
Nix

{
programs.zellij = {
enable = true;
settings = {
theme = "catppuccin-mocha";
show_startup_tips = false;
};
};
}