dbg
This commit is contained in:
@@ -95,14 +95,15 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
colorScheme = mkOption {
|
colorScheme = mkOption {
|
||||||
type = types.submodule {
|
#type = types.submodule {
|
||||||
options = {
|
# options = {
|
||||||
slug = mkOption { type = types.str; };
|
# slug = mkOption { type = types.str; };
|
||||||
name = mkOption { type = types.str; };
|
# name = mkOption { type = types.str; };
|
||||||
palette = mkOption { type = types.attrs; default = {}; };
|
# palette = mkOption {
|
||||||
};
|
type = types.attrs; default = {};# };
|
||||||
};
|
#};
|
||||||
default = (import ../colors {}).colorScheme;
|
# };
|
||||||
|
default = (import ../colors {});
|
||||||
};
|
};
|
||||||
containers = mkOption {
|
containers = mkOption {
|
||||||
type = types.attrsOf (types.submodule {
|
type = types.attrsOf (types.submodule {
|
||||||
|
|||||||
Reference in New Issue
Block a user