macchina: fix palette spacing config being missing

This commit is contained in:
coolGi
2026-05-03 00:38:44 +12:00
committed by Austin Horstman
parent 9cb587ade2
commit 7c28dd52cb

View File

@@ -30,6 +30,11 @@ let
default = null;
description = "Whether to show the palette.";
};
spacing = mkOption {
type = types.nullOr types.int;
default = null;
description = "The amount of spacing to leave between each glyph.";
};
};
};