nixos/home/programs/zellij/default.nix

8 lines
112 B
Nix
Raw Normal View History

2024-07-04 21:17:49 +00:00
{ ... }: {
programs.zellij = {
enable = true;
enableZshIntegration = true;
settings = { };
};
}