1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-14 13:01:09 +01:00
home-manager/tests/modules/programs/zellij/default.nix
Austin Horstman 908200d680 tests/zellij: add zellij layout test
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-07-12 20:41:52 -05:00

5 lines
112 B
Nix

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