Color: Add font option
This commit is contained in:
@ -40,6 +40,13 @@ in
|
|||||||
default = "catppuccin-mocha";
|
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 {
|
keys = mkOption {
|
||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
description = "The names of all possible colors";
|
description = "The names of all possible colors";
|
||||||
|
|||||||
Reference in New Issue
Block a user