colors
This commit is contained in:
@@ -93,6 +93,17 @@ let
|
||||
type = types.str;
|
||||
default = "/media/data";
|
||||
};
|
||||
|
||||
colorScheme = mkOption {
|
||||
type = types.submodule {
|
||||
options = {
|
||||
slug = mkOption { type = types.str; };
|
||||
name = mkOption { type = types.str; };
|
||||
palette = mkOption { type = types.attrsOf types.str; };
|
||||
};
|
||||
};
|
||||
default = import ../colors;
|
||||
};
|
||||
containers = mkOption {
|
||||
type = types.attrsOf (types.submodule {
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user