1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-12 12:01:08 +01:00
home-manager/tests/modules/programs/zellij/default.nix
Dietrich Daroch 9a2dc0efbc zellij: Add extraConfig
This allows working around [#4659](https://github.com/nix-community/home-manager/issues/4659)

While fixing `toKDL` might be fun, I just don't think it's a good use of
anyone's time.

---

This is still untested.
2025-09-22 21:08:51 -05:00

6 lines
144 B
Nix

{
zellij-config = ./config.nix;
zellij-enable-shells = ./enable-shells.nix;
zellij-layout = ./layout.nix;
zellij-theme = ./theme.nix;
}