1

Color: Add font option

This commit is contained in:
2024-10-13 17:15:36 +02:00
parent 5f032e475e
commit 3d9e4fc7d2

View File

@ -40,6 +40,13 @@ in
default = "catppuccin-mocha";
};
font = mkOption {
type = types.str;
description = "The font to use";
example = "JetBrainsMono Nerd Font Mono";
default = "JetBrainsMono Nerd Font Mono";
};
keys = mkOption {
type = types.listOf types.str;
description = "The names of all possible colors";