Add zellij

This commit is contained in:
2024-07-04 23:17:49 +02:00
parent 5e1932a2b3
commit 54c3e35c55
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{ ... }: {
programs.zellij = {
enable = true;
enableZshIntegration = true;
settings = { };
};
}