mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
9 lines
206 B
Nix
9 lines
206 B
Nix
{
|
|
system.defaults = {
|
|
menuExtraClock.Show24Hour = true;
|
|
menuExtraClock.ShowSeconds = true;
|
|
|
|
controlcenter.BatteryShowPercentage = true;
|
|
controlcenter.Bluetooth = true;
|
|
};
|
|
}
|