| users.users.<name>.home | The user's home directory
|
| users.users.<name>.shell | The user's shell
|
| services.github-runners | Multiple GitHub Runners
|
| services.openssh.enable | Whether to enable Apple's built-in OpenSSH server
|
| homebrew.brews.*.link | Whether to link the formula to the Homebrew prefix
|
| system.defaults.menuExtraClock.ShowDayOfWeek | Show the day of the week
|
| system.defaults.menuExtraClock.ShowAMPM | Show the AM/PM label
|
| services.github-runners.<name>.name | Name of the runner to configure
|
| nix.buildMachines.*.sshKey | The path to the SSH private key with which to authenticate on
the build machine
|
| system.defaults.menuExtraClock.Show24Hour | Show a 24-hour clock, instead of a 12-hour clock
|
| system.defaults.menuExtraClock.ShowDayOfMonth | Show the day of the month
|
| nix.buildMachines.*.publicHostKey | The (base64-encoded) public host key of this builder
|
| services.github-runners.<name>.user | User under which to run the service
|
| system.defaults.menuExtraClock.IsAnalog | Show an analog clock instead of a digital one
|
| system.defaults.menuExtraClock.ShowDate | Show the full date
|
| nix.linux-builder.protocol | The protocol used for communicating with the build machine
|
| services.github-runners.<name>.group | Group under which to run the service
|
| nix.buildMachines.*.protocol | The protocol used for communicating with the build machine
|
| system.defaults.menuExtraClock.ShowSeconds | Show the clock with second precision, instead of minutes
|
| nixpkgs.flake.source | The path to the nixpkgs sources used to build the system
|
| system.defaults.ActivityMonitor.SortColumn | Which column to sort the main activity page (such as "CPUUsage")
|
| users.users.<name>.description | A short description of the user account, typically the
user's full name
|
| system.defaults.ActivityMonitor.IconType | Change the icon in the dock when running.
- 0: Application Icon
- 2: Network Usage
- 3: Disk Activity
- 5: CPU Usage
- 6: CPU History
Default is null.
|
| system.defaults.menuExtraClock.FlashDateSeparators | When enabled, the clock indicator (which by default is the colon) will flash on and off each second
|
| system.defaults.ActivityMonitor.SortDirection | The sort direction of the sort column (0 is decending)
|
| system.defaults.NSGlobalDomain.AppleInterfaceStyle | Set to 'Dark' to enable dark mode
|
| system.defaults.controlcenter.AirDrop | Apple menu > System Preferences > Control Center > AirDrop
Show a AirDrop control in menu bar
|
| system.defaults.controlcenter.Sound | Apple menu > System Preferences > Control Center > Sound
Show a sound control in menu bar
|
| system.defaults.NSGlobalDomain.AppleIconAppearanceTheme | Set icon and widget style
To set to default mode, set this to null and you'll need to manually run
defaults delete -g AppleIconAppearanceTheme
|
| system.defaults.controlcenter.FocusModes | Apple menu > System Preferences > Control Center > Focus
Show a Focus control in menu bar
|
| system.defaults.controlcenter.Display | Apple menu > System Preferences > Control Center > Display
Show a Screen Brightness control in menu bar
|
| system.defaults.controlcenter.NowPlaying | Apple menu > System Preferences > Control Center > Now Playing
Show a Now Playing control in menu bar
|
| system.defaults.controlcenter.Bluetooth | Apple menu > System Preferences > Control Center > Bluetooth
Show a bluetooth control in menu bar
|
| system.defaults.controlcenter.BatteryShowPercentage | Apple menu > System Preferences > Control Center > Battery
Show a battery percentage in menu bar
|