Unverified Commit 60ba3211 authored by dot-file's avatar dot-file Committed by GitHub
Browse files

nixos/ly: use iniFmt.lib.types.atom in settings



Co-authored-by: default avatarh7x4 <h7x4@nani.wtf>
parent 2f755c31
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -67,13 +67,7 @@ in
      settings = mkOption {
        type =
          with lib.types;
          attrsOf (
            nullOr (oneOf [
              str
              int
              bool
            ])
          );
          attrsOf iniFmt.lib.types.atom;
        default = { };
        example = {
          load = false;