feat: add zellij - a modern tmux

This commit is contained in:
Ryan Yin
2023-07-14 01:34:23 +08:00
parent ff6442e588
commit 580a08841f
3 changed files with 364 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ ... }:
{
programs.zellij = {
enable = true;
};
home.file.".config/zellij/config.kdl".source = ./config.kdl;
}