mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-12 12:01:08 +01:00
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.
6 lines
144 B
Nix
6 lines
144 B
Nix
{
|
|
zellij-config = ./config.nix;
|
|
zellij-enable-shells = ./enable-shells.nix;
|
|
zellij-layout = ./layout.nix;
|
|
zellij-theme = ./theme.nix;
|
|
}
|