use types.str

This commit is contained in:
Henry Hiles 2025-10-18 14:48:09 -04:00
commit 12a8dc21ab
No known key found for this signature in database

View file

@ -8,7 +8,7 @@
options.quad.matrix = {
enable = lib.mkEnableOption "matrix";
domain = lib.mkOption { type = lib.types.string; };
domain = lib.mkOption { type = lib.types.str; };
settings = lib.mkOption {
type = lib.types.submodule {
freeformType = (pkgs.formats.toml { }).type;