nixos/ly: use iniFmt.lib.types.atom in settings (#446119)

This commit is contained in:
h7x4
2025-10-27 09:34:01 +00:00
committed by GitHub
@@ -65,13 +65,7 @@ in
package = mkPackageOption pkgs [ "ly" ] { };
settings = mkOption {
type =
with lib.types;
attrsOf (oneOf [
str
int
bool
]);
type = with lib.types; attrsOf iniFmt.lib.types.atom;
default = { };
example = {
load = false;