restore zellij

Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2026-02-26 08:44:19 +00:00
parent 232afae76c
commit 5f4862ba69
7 changed files with 167 additions and 1 deletions

3
overlays/zjstatus.nix Normal file
View File

@@ -0,0 +1,3 @@
{inputs}: final: prev: {
zjstatus = inputs.zjstatus.packages.${prev.stdenv.hostPlatform.system}.default;
}