nixos/ly: use iniFmt.lib.types.atom in settings (#446119)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user