mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
macchina: fix palette spacing config being missing
This commit is contained in:
@@ -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.";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user