Loading nixos/modules/services/display-managers/ly.nix +1 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,7 @@ in package = mkPackageOption pkgs [ "ly" ] { }; settings = mkOption { type = with lib.types; attrsOf iniFmt.lib.types.atom; type = with lib.types; attrsOf iniFmt.lib.types.atom; default = { }; example = { load = false; Loading Loading
nixos/modules/services/display-managers/ly.nix +1 −3 Original line number Diff line number Diff line Loading @@ -65,9 +65,7 @@ in package = mkPackageOption pkgs [ "ly" ] { }; settings = mkOption { type = with lib.types; attrsOf iniFmt.lib.types.atom; type = with lib.types; attrsOf iniFmt.lib.types.atom; default = { }; example = { load = false; Loading