Add zellij
This commit is contained in:
parent
dc81de8cdd
commit
97684d240d
|
@ -0,0 +1,7 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
programs.zellij= {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue