mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
for some reason this turned '"' into '<', which is not good. revert it all using: hidutil property --set '{"UserKeyMapping":[]}' or: hidutil property --set '{"UserKeyMapping": [{"HIDKeyboardModifierMappingSrc":0x70000003e, "HIDKeyboardModifierMappingDst":0x70000003e}]}'
9 lines
196 B
Nix
9 lines
196 B
Nix
{
|
|
system.defaults.NSGlobalDomain = {
|
|
AppleICUForce24HourTime = true;
|
|
|
|
AppleMeasurementUnits = "Centimeters";
|
|
AppleMetricUnits = 1;
|
|
AppleTemperatureUnit = "Celsius";
|
|
};
|
|
}
|