{lib, ...}: let inherit (lib) types mkOption; in { options.colorscheme = { name = mkOption { type = types.str; default = "catppuccin-mocha"; }; }; }