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

7 lines
95 B
Nix
Raw Normal View History

2024-10-06 15:25:05 -05:00
{
programs.zellij = {
enable = true;
settings.theme = "catppuccin-macchiato";
};
}