Add zellij

This commit is contained in:
Leonora Tindall 2024-11-02 07:55:19 -05:00
parent dc81de8cdd
commit 97684d240d
1 changed files with 7 additions and 0 deletions

7
zellij.nix Normal file
View File

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