Loading nixos/modules/services/display-managers/ly.nix +1 −7 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
nixos/modules/services/display-managers/ly.nix +1 −7 Original line number Diff line number Diff line Loading @@ -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; Loading