dotfiles/modules/home/cli/shell/zellij/default.nix
2025-03-29 23:08:26 -05:00

6 lines
95 B
Nix
Executable file

{
programs.zellij = {
enable = true;
settings.theme = "catppuccin-macchiato";
};
}