feat: switch tmux to zellij

This commit is contained in:
Mohammad Rafiq 2025-03-15 02:08:44 +08:00
parent af005dce39
commit 0f42cd54e7
2 changed files with 10 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{
programs.zellij = {
enable = true;
# package = inputs.zellij blablabla
settings = {
# theme = "stylix";
};
};
}