Avoid error in recursive let
This commit is contained in:
parent
e3849773fd
commit
035540b33e
1 changed files with 10 additions and 1 deletions
|
@ -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 =
|
||||
with niriVars.floating-gptel;
|
||||
pkgs.writeScriptBin "run-floating-gptel" ''
|
||||
|
|
Loading…
Add table
Reference in a new issue