summaryrefslogtreecommitdiff
path: root/modules/system/defaults
AgeCommit message (Collapse)Author
2024-12-29refactor: use enum as option typeFilip Kania
2024-12-29feat: add screencapture.target optionFilip Kania
2024-12-01defaults: expose-group-by-app -> expose-group-appsAustin Horstman
Default was renamed in previous macOS release.
2024-12-01defaults: add `EnableTiledWindowMargins` optionBeta-Computer
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
2024-11-12fix(defaults): fixing #1107Lucas Mendes Loureiro
2024-11-12feat(defaults): adding support to control centerLucas Mendes Loureiro
2024-11-03Merge pull request #1125 from aschleck/new-window-pathMichael Hoang
Configure the folder that new Finder windows open
2024-11-02Allow configuring the fn key actionApril Schleck
2024-11-02Configure the folder that new Finder windows openApril Schleck
2024-09-30fix: remove deprecated lib.mdDocisabel
2024-09-29Merge pull request #1094 from rogeruiz/rogeruiz/add-slow-motion-allowed-for-dockMichael Hoang
Adding option for slow-motion-allowed
2024-09-28Adding option for slow-motion-allowed;Roger Steve Ruiz
This was inspired by a recent Daring Fireball post where I was reminded about this feature and how it's missing from being able to configure it in Nix-Darwin. [https://daringfireball.net/linked/2024/09/28/hidden-pref-to-restore-slow-motion-dock-minimizing-on-macos]()
2024-09-16fix description typo in `dock.nix`Niklas Ravnsborg
2024-09-16add `finder._FXSortFoldersFirst` optionNiklas Ravnsborg
2024-09-16add `NSGlobalDomain.AppleSpacesSwitchOnActivate` optionNiklas Ravnsborg
2024-08-02(feature) Add Stage Manager (com.apple.WindowManager) settings as ↵Maxime Daffis
system.defaults.windowmanager All credits go to @AlexOwl. Their [PR](https://github.com/LnL7/nix-darwin/pull/505) looked abandonned so I reported their changes and addressed the change requests.
2024-07-24Add inline prediction option mirroring the capitalization option347Online | Katie Janzen
2024-06-06feat: add defaults screencapture show-thumbnail optionjonny
2024-05-25Update modules/system/defaults/NSGlobalDomain.nixHenrique Goncalves
Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com>
2024-05-23Update NSGlobalDomain.nixHenrique Goncalves
2024-05-23Update NSGlobalDomain.nixHenrique Goncalves
2024-05-23Update NSGlobalDomain.nixHenrique Goncalves
2024-05-23Update trackpad.nixHenrique Goncalves
2024-05-15Add file or directory tile to Dock persistent othersRicardo Pinto
2024-05-16remove final lib.mddoctechknowlogick
2024-05-13Add persistent others to dockRicardo Pinto
2024-04-20Merge pull request #932 from wegank/mddoc-removeMichael Hoang
treewide: remove lib.mdDoc
2024-04-19treewide: remove lib.mdDocWeijia Wang
2024-04-18Update ShowDate in menuExtraClockJefferson Bledsoe
2024-03-03Add support for persistent-apps in dockDylan Frankland
2024-02-29Fix doc render problemMoritz Rumpf
This fixes: ``` RuntimeError: can't render html in the presence of docbook ```
2024-02-29defaults: Add options for dragOnGesture featureMoritz Rumpf
This is just a rebased version of https://github.com/LnL7/nix-darwin/pull/513 Credit to @2gn
2024-01-03Merge pull request #820 from mhumeSF/reduce-motionMichael Hoang
Add `universalaccess.reduceMotion` option
2023-12-29GlobalPreferences: fix mouse scaling exampleAustin Horstman
2023-12-27Use native floats for mouse scalingfortuneteller2k
2023-12-01Adding reduce motion optionMike Hume
2023-08-10finder: `types.string` -> `types.str`zowoq
`string` was changed from deprecation warning to error in https://github.com/NixOS/nixpkgs/commit/c59c6b1c57da542b6b4af5d2ac27d1b99e7f0c5e
2023-07-25chore: apply CR suggestionsPiotr Żelazko
2023-07-24docs: add magnification values rangePiotr Żelazko
2023-06-27feat: add dock icon magnification settingsPiotr Żelazko
2023-06-24treewide: convert all option docs to MarkdownEmily
This process was automated by [my fork of `nix-doc-munge`]; thanks to @pennae for writing this tool! It automatically checks that the resulting documentation doesn't change, although my fork loosens this a little to ignore some irrelevant whitespace and typographical differences. As of this commit there is no DocBook remaining in the options documentation. You can play along at home if you want to reproduce this commit: $ NIX_PATH=nixpkgs=flake:nixpkgs/c1bca7fe84c646cfd4ebf3482c0e6317a0b13f22 \ nix shell nixpkgs#coreutils \ -c find . -name '*.nix' \ -exec nix run github:emilazy/nix-doc-munge/0a7190f600027bf7baf6cb7139e4d69ac2f51062 \ {} + [my fork of `nix-doc-munge`]: https://github.com/emilazy/nix-doc-munge
2023-06-24treewide: manually convert some docs to MarkdownEmily
These all use DocBook markup too complex for `nix-doc-munge` to handle, have syntax that clashes with Markdown, or already contain Markdown syntax that currently isn't rendering correctly. Converting DocBook list syntax makes me think that maybe Markdown isn't so bad after all.
2023-06-24treewide: tweak DocBook docs for conversionEmily
These help `nix-munge-doc` automate more of the Markdown conversion process. See the following nixpkgs commits for explanations of many of these changes: * https://github.com/NixOS/nixpkgs/commit/275a34e0d8a937a81b267e47302dd8a92fa781df * https://github.com/NixOS/nixpkgs/commit/694d5b19d30bf66687b42fb77f43ea7cd1002a62 * https://github.com/NixOS/nixpkgs/commit/f1d39b6d6187997b630647400c5efe5b01e06a23 * https://github.com/NixOS/nixpkgs/commit/16102dce2fbad670bd47dd75c860a8daa5fe47ad I couldn't think of any particularly good way to format the `system.defaults` breadcrumbs, so I just made them standalone paragraphs. They weren't rendering correctly in DocBook anyway.
2023-06-23activity monitor: change settings to nullzowoq
treewide these seem to be the only settings that aren't unset by default which seems inconsistent
2023-06-20Merge pull request #671 from sxyazi/pr-e0f2168dDaiderd Jordan
Add `mouseDriverCursorSize` option
2023-06-20Merge pull request #672 from sxyazi/pr-af01ed5dDaiderd Jordan
Add `AppleScrollerPagingBehavior` option
2023-05-27feat: use enum instead of str for constraints nicersxyazi
2023-05-27feat: add `AppleWindowTabbingMode` optionsxyazi
2023-05-27feat: add `AppleScrollerPagingBehavior` optionsxyazi
2023-05-27fix: typesxyazi