dotfiles/home/modules/cli/shell/zellij/default.nix
2025-01-20 23:33:35 -06:00

6 lines
95 B
Nix
Executable file

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