| nix.registry.<name>.exact | Whether the from reference needs to match exactly
|
| users.users.<name>.home | The user's home directory
|
| nixpkgs.buildPlatform | Specifies the platform on which nix-darwin should be built
|
| nixpkgs.pkgs | If set, the pkgs argument to all nix-darwin modules is the value of
this option, extended with nixpkgs.overlays, if
that is also set
|
| services.postgresql.extraPlugins | List of PostgreSQL plugins
|
| services.aerospace.settings.on-window-detected.*.run | Commands to execute when the conditions match (required).
|
| services.aerospace.settings.on-window-detected.*."if".app-id | The application ID to match (optional).
|
| services.aerospace.settings.on-window-detected.*."if".workspace | The workspace name to match (optional).
|
| services.aerospace.settings.on-window-detected.*."if".app-name-regex-substring | Regex substring to match the app name (optional).
|
| services.aerospace.settings.on-window-detected.*."if".window-title-regex-substring | Substring to match in the window title (optional).
|
| services.aerospace.settings.on-window-detected.*."if".during-aerospace-startup | Whether to match during aerospace startup (optional).
|
| homebrew.caskArgs.language | Comma-separated list of language codes to prefer for cask installation
|