Avoid error in recursive let

This commit is contained in:
Andrea Ciceri 2025-04-11 11:06:47 +02:00
parent e3849773fd
commit 035540b33e
No known key found for this signature in database

View file

@ -29,7 +29,16 @@ let
}; };
}; };
} }
."${hostname}" or niriVars.kirk; ."${hostname}" or {
floating-gptel = {
rows = "40";
cols = "140";
};
floating-btop = {
rows = "40";
cols = "140";
};
};
run-floating-gptel = run-floating-gptel =
with niriVars.floating-gptel; with niriVars.floating-gptel;
pkgs.writeScriptBin "run-floating-gptel" '' pkgs.writeScriptBin "run-floating-gptel" ''