summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2022-08-16Update `nix.gc` module with same indenting/formatting as NixOS moduleMalo Bourgon
2022-08-16Add .nix-defexpr to NIX_PATH the way the NixOS module doesMalo Bourgon
2022-08-16Fix #387 nix-rebuild --flake without XCode toolsYonathan 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-16Update/adapt daemon CPU/IO priority options in `nix` moduleMalo 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-16Move build user options to `nix` module to improve overlap with NixOSMalo Bourgon
Also add `config.ids` like in NixOS.
2022-08-16Update `nix.registry` definition to match NixOS moduleMalo Bourgon
2022-08-16Refactor `nix.nixPath` to make diff easier to compare with NixOS moduleMalo Bourgon
2022-08-16Update `nix.buildMachines` def and implementation to match NixOS moduleMalo Bourgon
2022-08-16Minor tweaks to `nix` module options defsMalo Bourgon
2022-08-16Reorder `nix` module implementation to better match order of NixOS moduleMalo Bourgon
2022-08-16Make `nix.settings` docs specific to (nix-)darwin where applicableMalo Bourgon
2022-08-16Update `nix.settings` def and implementation to match NixOS moduleMalo Bourgon
2022-08-16Update def and implementation of `nix.package` to match NixOS moduleMalo 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-16Reindent/format `nix` module to more closely match NixOS moduleMalo Bourgon
2022-08-16Reorder `nix` module options to match order in NixOS moduleMalo Bourgon
2022-08-16Update `nix` module to use `settings` sub options like in NixOS moduleMalo Bourgon
Also update option definitions to match those in `nixpkgs` where it makes sense.
2022-08-06add mouse scaling system settingPat McLaughlin
2022-07-12Add option to set com.apple.screencapture typeDaniel Santa Cruz
2022-06-30Use GNU version of sed from nixpkgsMalo Bourgon
2022-06-30Fix indent of line added to sudo fileMalo Bourgon
Co-authored-by: Peter Esselius <esselius@users.noreply.github.com>
2022-06-30Use sed to disable sudo touch ID authenticationMalo Bourgon
2022-06-30Change option name and switch to using activation scriptMalo Bourgon
2022-06-30Add option to enable sudo authentication with TouchIDMalo Bourgon
2022-06-30add escape to shell aliasesTianyao Chou
2022-05-07update example configDaiderd Jordan
2022-04-26modules: make dataDir nullable in redisSoner Sayakci
2022-04-25Merge pull request #447 from dsyang/additional-optionsDaiderd Jordan
add options for configuring activity monitor
2022-04-25Merge pull request #429 from montchr/add-toplevel-option-libDaiderd Jordan
Add top-level `lib` option based on NixOS
2022-04-25Merge pull request #453 from mtoohey31/fix/synthetic-instructionsDaiderd Jordan
Fix synthetic.conf instructions
2022-04-25Merge pull request #455 from eqyiel/add-launcheventsDaiderd Jordan
feat: add serviceConfig.LaunchEvents configuration option
2022-04-24fonts: 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-19fonts: rename `fonts.enableFontDir` in line with NixOSChris 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-17feat: add serviceConfig.LaunchEvents configuration optionRuben 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-14Fix synthetic.conf instructionsMatthew Toohey
2022-03-30fixupMoritz Angermann
2022-03-30uid/gid/utilMoritz Angermann
2022-03-30Update gitlab-runner.nixMoritz Angermann
2022-03-30adds gitlab-runnerMoritz Angermann
2022-03-26Merge pull request #450 from midchildan/fix/fxpreferredviewstyleDomen Kožar
fix: incorrect default for FXPreferredViewStyle
2022-03-25Add NSGlobalDomain.NSAutomaticWindowAnimationsEnabled settingBrian Leung
* modules/system/defaults/NSGlobalDomain.nix: Define.
2022-03-25Merge pull request #446 from dsyang/show-files-alwaysDomen Kožar
add option to show hidden files everywhere
2022-03-25fix: incorrect default for FXPreferredViewStylemidchildan
2022-03-14add options for configuring activity monitorDan Yang
2022-03-14add option to show hidden files everywhereDan Yang
2022-03-13Merge pull request #445 from dsyang/finder-optionsDomen Kožar
Add additional options to configure Finder
2022-03-10additional finder optionsDan Yang
2022-03-10option to show all hidden filesDan Yang
2022-02-27Merge branch 'LnL7:master' into add-toplevel-option-libChris Montgomery
2022-02-23cachix-agent: literalExample -> literalExpressionYestin L. Harrison
2022-02-19Merge pull request #438 from domenkozar/cachix-deployDaiderd Jordan
Add Cachix Agent