Commit aeb2db15 authored by Michael Hoang's avatar Michael Hoang
Browse files

nixos/lasuite-meet: make `settings` lazy!

parent d7f52a7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ in

    settings = mkOption {
      type = types.submodule {
        freeformType = types.attrsOf (
        freeformType = types.lazyAttrsOf (
          types.nullOr (
            types.oneOf [
              types.str