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 { in {
environment.systemPackages = builtins.attrValues { environment.systemPackages = builtins.attrValues {
inherit patched-zellij; # inherit patched-zellij;
}; };
} }