dotfiles/modules/home/cli/shell/zellij/default.nix

9 lines
108 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{
programs.zellij = {
enable = true;
settings = {
theme = "catppuccin-mocha";
};
};
}