Unverified Commit d67598c6 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

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

parents 93a01dd9 a0fd4f4d
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -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;