2024-04-29 20:06:28 +02:00
|
|
|
{lib, ...}: {
|
|
|
|
programs.zellij = {
|
|
|
|
# This autostarts zellij on zsh start
|
|
|
|
# TODO find specific settings for vscode to avoid
|
2024-04-29 20:37:48 +02:00
|
|
|
enable = true;
|
2024-04-29 20:06:28 +02:00
|
|
|
enableZshIntegration = true;
|
2024-04-29 21:23:04 +02:00
|
|
|
catppuccin.enable = true;
|
2024-04-29 20:06:28 +02:00
|
|
|
};
|
|
|
|
}
|