nixhome/zellij.nix

8 lines
105 B
Nix

{ config, pkgs, ... }:
{
programs.zellij= {
enable = true;
enableZshIntegration = true;
};
}