dots/modules/home-manager/features/zellij.nix
2025-10-22 01:22:05 +11:00

10 lines
171 B
Nix

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