zellij/module.nix: disable zellij temporarily

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

View file

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