| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-16 | Update `nix.gc` module with same indenting/formatting as NixOS module | Malo Bourgon | |
| 2022-08-16 | Add .nix-defexpr to NIX_PATH the way the NixOS module does | Malo Bourgon | |
| 2022-08-16 | Fix #387 nix-rebuild --flake without XCode tools | Yonathan Randolph | |
| Add nixpkgs git to PATH before /usr/bin/git so that when nix flake metadata invokes git, it does not invoke the XCode one. | |||
| 2022-08-16 | Update/adapt daemon CPU/IO priority options in `nix` module | Malo Bourgon | |
| Stop using `nice` related options like NixOS, and because `launchd` recommends using `ProcessType` instead. Note this commit also changes the default `ProcessType` for the `nix-daemon` from `Interactive` to `Standard`. | |||
| 2022-08-16 | Move build user options to `nix` module to improve overlap with NixOS | Malo Bourgon | |
| Also add `config.ids` like in NixOS. | |||
| 2022-08-16 | Update `nix.registry` definition to match NixOS module | Malo Bourgon | |
| 2022-08-16 | Refactor `nix.nixPath` to make diff easier to compare with NixOS module | Malo Bourgon | |
| 2022-08-16 | Update `nix.buildMachines` def and implementation to match NixOS module | Malo Bourgon | |
| 2022-08-16 | Minor tweaks to `nix` module options defs | Malo Bourgon | |
| 2022-08-16 | Reorder `nix` module implementation to better match order of NixOS module | Malo Bourgon | |
| 2022-08-16 | Make `nix.settings` docs specific to (nix-)darwin where applicable | Malo Bourgon | |
| 2022-08-16 | Update `nix.settings` def and implementation to match NixOS module | Malo Bourgon | |
| 2022-08-16 | Update def and implementation of `nix.package` to match NixOS module | Malo Bourgon | |
| Also remove `nix.version` option since it's no longer being used anywhere, old irrelevant `nix-info` module, and all support for legacy `nix.profile` option. | |||
| 2022-08-16 | Reindent/format `nix` module to more closely match NixOS module | Malo Bourgon | |
| 2022-08-16 | Reorder `nix` module options to match order in NixOS module | Malo Bourgon | |
| 2022-08-16 | Update `nix` module to use `settings` sub options like in NixOS module | Malo Bourgon | |
| Also update option definitions to match those in `nixpkgs` where it makes sense. | |||
| 2022-08-06 | add mouse scaling system setting | Pat McLaughlin | |
| 2022-07-12 | Add option to set com.apple.screencapture type | Daniel Santa Cruz | |
| 2022-06-30 | Use GNU version of sed from nixpkgs | Malo Bourgon | |
| 2022-06-30 | Fix indent of line added to sudo file | Malo Bourgon | |
| Co-authored-by: Peter Esselius <esselius@users.noreply.github.com> | |||
| 2022-06-30 | Use sed to disable sudo touch ID authentication | Malo Bourgon | |
| 2022-06-30 | Change option name and switch to using activation script | Malo Bourgon | |
| 2022-06-30 | Add option to enable sudo authentication with TouchID | Malo Bourgon | |
| 2022-06-30 | add escape to shell aliases | Tianyao Chou | |
| 2022-05-07 | update example config | Daiderd Jordan | |
| 2022-04-26 | modules: make dataDir nullable in redis | Soner Sayakci | |
| 2022-04-25 | Merge pull request #447 from dsyang/additional-options | Daiderd Jordan | |
| add options for configuring activity monitor | |||
| 2022-04-25 | Merge pull request #429 from montchr/add-toplevel-option-lib | Daiderd Jordan | |
| Add top-level `lib` option based on NixOS | |||
| 2022-04-25 | Merge pull request #453 from mtoohey31/fix/synthetic-instructions | Daiderd Jordan | |
| Fix synthetic.conf instructions | |||
| 2022-04-25 | Merge pull request #455 from eqyiel/add-launchevents | Daiderd Jordan | |
| feat: add serviceConfig.LaunchEvents configuration option | |||
| 2022-04-24 | fonts: replace remaining reference to `enableFontDir` | Chris Montgomery | |
| see https://github.com/LnL7/nix-darwin/pull/456#issuecomment-1105472886 props to @jared-w for spotting my mistake | |||
| 2022-04-19 | fonts: rename `fonts.enableFontDir` in line with NixOS | Chris Montgomery | |
| since 21.05 beta: https://github.com/NixOS/nixpkgs/blob/e22337c8707f42e21938dc729643fa8904d33aeb/nixos/modules/config/fonts/fontdir.nix#L64 https://github.com/NixOS/nixpkgs/commit/c99bd9bedf7291390c28eddb31f8ed2aeec8ea7f | |||
| 2022-04-17 | feat: add serviceConfig.LaunchEvents configuration option | Ruben Maher | |
| This is required if you want to register an "xpc event stream handler". Check out the README for https://github.com/snosrap/xpc_set_event_stream_handler for more info. | |||
| 2022-04-14 | Fix synthetic.conf instructions | Matthew Toohey | |
| 2022-03-30 | fixup | Moritz Angermann | |
| 2022-03-30 | uid/gid/util | Moritz Angermann | |
| 2022-03-30 | Update gitlab-runner.nix | Moritz Angermann | |
| 2022-03-30 | adds gitlab-runner | Moritz Angermann | |
| 2022-03-26 | Merge pull request #450 from midchildan/fix/fxpreferredviewstyle | Domen Kožar | |
| fix: incorrect default for FXPreferredViewStyle | |||
| 2022-03-25 | Add NSGlobalDomain.NSAutomaticWindowAnimationsEnabled setting | Brian Leung | |
| * modules/system/defaults/NSGlobalDomain.nix: Define. | |||
| 2022-03-25 | Merge pull request #446 from dsyang/show-files-always | Domen Kožar | |
| add option to show hidden files everywhere | |||
| 2022-03-25 | fix: incorrect default for FXPreferredViewStyle | midchildan | |
| 2022-03-14 | add options for configuring activity monitor | Dan Yang | |
| 2022-03-14 | add option to show hidden files everywhere | Dan Yang | |
| 2022-03-13 | Merge pull request #445 from dsyang/finder-options | Domen Kožar | |
| Add additional options to configure Finder | |||
| 2022-03-10 | additional finder options | Dan Yang | |
| 2022-03-10 | option to show all hidden files | Dan Yang | |
| 2022-02-27 | Merge branch 'LnL7:master' into add-toplevel-option-lib | Chris Montgomery | |
| 2022-02-23 | cachix-agent: literalExample -> literalExpression | Yestin L. Harrison | |
| 2022-02-19 | Merge pull request #438 from domenkozar/cachix-deploy | Daiderd Jordan | |
| Add Cachix Agent | |||
