1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-01 10:58:31 +02:00
home-manager/modules/targets/darwin
midchildan 9dad146639
targets/darwin: add more options for configuring macOS (#1753)
Add new options Darwin options:

- `targets.darwin.defaults`
  This adds options for configuring macOS through the `defaults(1)` system.
  This option can be used to manipulate a vast majority of user settings for macOS
  and its applications.

  This is implemented using freeform modules and includes additional descriptions
  and type information for some useful options.

- `targets.darwin.keybindings`
  This adds options for configuring the default keybindings for macOS text fields.

- `targets.darwin.search`
  This adds options for configuring the default search engine for macOS.
2021-02-03 18:46:16 -05:00
..
default.nix targets/darwin: add more options for configuring macOS (#1753) 2021-02-03 18:46:16 -05:00
keybindings.nix targets/darwin: add more options for configuring macOS (#1753) 2021-02-03 18:46:16 -05:00
linkapps.nix targets/darwin: add more options for configuring macOS (#1753) 2021-02-03 18:46:16 -05:00
options.nix targets/darwin: add more options for configuring macOS (#1753) 2021-02-03 18:46:16 -05:00
search.nix targets/darwin: add more options for configuring macOS (#1753) 2021-02-03 18:46:16 -05:00