zellij/module.nix: disable zellij

This commit is contained in:
Bloxx12 2025-04-09 12:23:25 +02:00
commit edf0326c04

View file

@ -7,6 +7,6 @@
});
in {
environment.systemPackages = builtins.attrValues {
inherit patched-zellij;
# inherit patched-zellij;
};
}