| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-17 | Merge pull request #1026 from thecaralice/nochan | Michael Hoang | |
| Allow disabling channels | |||
| 2024-08-17 | feat: allow disabling channels | Alice Carroll | |
| 2024-08-05 | (feature) Add swapLeftCtrlAndFn | Maxime Daffis | |
| Use this and never find yourself again hitting fn because of muscle memory! (you can even physically swap the keycaps, at least on M series) Keycodes have been pulled from https://hidutil-generator.netlify.app/ and the hex value has been converted to a base 10 int. | |||
| 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-31 | Merge pull request #1018 from Enzime/fix/github-runners-work-dir | Emily | |
| github-runners: move `workDir` outside of `/run` | |||
| 2024-07-27 | Merge pull request #1012 from Enzime/fix/dock-not-running | Emily | |
| defaults: only restart Dock when user is logged in | |||
| 2024-07-27 | activation-scripts: add extra comment | Michael Hoang | |
| 2024-07-25 | defaults: only restart Dock when user is logged in | Michael Hoang | |
| 2024-07-24 | Add inline prediction option mirroring the capitalization option | 347Online | Katie Janzen | |
| 2024-07-18 | Merge pull request #999 from Enzime/restart-dock | Michael Hoang | |
| defaults: restart Dock when changing settings | |||
| 2024-07-16 | defaults: restart Dock when changing settings | Michael Hoang | |
| 2024-07-10 | Merge pull request #976 from emilazy/openssh-use-links-for-authorized-keys | Emily | |
| ssh: use symlinks for `authorizedKeys` options | |||
| 2024-06-23 | checks.nix: disable verifyBuildUsers for auto-allocate-uids | Samuel Tam | |
| 2024-06-15 | write-text: remove support for `copy` | Emily | |
| This is a huge anti‐declarative footgun; `copy` files cannot distinguish if a previous version is managed by nix-darwin, so they can’t check the hash, so they’re prone to destroying data, and copied files are not deleted when they’re removed from the system configuration, which led to a security bug. Nothing else in‐tree was using this functionality, so let’s make sure it doesn’t cause any more bugs. | |||
| 2024-06-15 | ssh: use symlinks for `authorizedKeys` options | Emily | |
| As explained in the changelog and activation check, the previous implementation had a nasty security bug that made removing a user’s authorized keys effectively a no‐op. | |||
| 2024-06-06 | feat: add defaults screencapture show-thumbnail option | jonny | |
| 2024-05-25 | Update modules/system/defaults/NSGlobalDomain.nix | Henrique Goncalves | |
| Co-authored-by: Michael Hoang <Enzime@users.noreply.github.com> | |||
| 2024-05-23 | Update NSGlobalDomain.nix | Henrique Goncalves | |
| 2024-05-23 | Update NSGlobalDomain.nix | Henrique Goncalves | |
| 2024-05-23 | Update NSGlobalDomain.nix | Henrique Goncalves | |
| 2024-05-23 | Update trackpad.nix | Henrique Goncalves | |
| 2024-05-15 | Add file or directory tile to Dock persistent others | Ricardo Pinto | |
| 2024-05-16 | remove final lib.mddoc | techknowlogick | |
| 2024-05-13 | Add persistent others to dock | Ricardo Pinto | |
| 2024-04-20 | Merge pull request #932 from wegank/mddoc-remove | Michael Hoang | |
| treewide: remove lib.mdDoc | |||
| 2024-04-19 | treewide: remove lib.mdDoc | Weijia Wang | |
| 2024-04-18 | Update ShowDate in menuExtraClock | Jefferson Bledsoe | |
| 2024-03-27 | Add `nix.optimise` module | Malo Bourgon | |
| 2024-03-03 | Add support for persistent-apps in dock | Dylan Frankland | |
| 2024-03-02 | fix writing values with containers | Dylan Frankland | |
| Complex container values like `-array` have their own DSL which does not allow specifying all data types. Instead of using the DSL use plist fragments instead. | |||
| 2024-03-02 | Merge pull request #892 from Samasaur1/startup-chime | Michael Hoang | |
| `system.startup.chime`: init | |||
| 2024-02-29 | `system.startup.chime`: init | Sam | |
| 2024-02-29 | `system.nvram`: init (internal) | Sam | |
| 2024-02-29 | Fix doc render problem | Moritz Rumpf | |
| This fixes: ``` RuntimeError: can't render html in the presence of docbook ``` | |||
| 2024-02-29 | defaults: Add options for dragOnGesture feature | Moritz Rumpf | |
| This is just a rebased version of https://github.com/LnL7/nix-darwin/pull/513 Credit to @2gn | |||
| 2024-01-03 | Merge pull request #820 from mhumeSF/reduce-motion | Michael Hoang | |
| Add `universalaccess.reduceMotion` option | |||
| 2023-12-29 | GlobalPreferences: fix mouse scaling example | Austin Horstman | |
| 2023-12-27 | Use native floats for mouse scaling | fortuneteller2k | |
| 2023-12-23 | etc: add known hash for `/etc/shells` | Michael Hoang | |
| 2023-12-01 | Adding reduce motion option | Mike Hume | |
| 2023-11-09 | Fix unbound variable `etcProblems` | Felix Scheinost | |
| I have another activationScript which traps errors. Currently `etcProblems` can be unbound. | |||
| 2023-09-19 | Create $out/darwin-version | Domen Kožar | |
| This fixes backwards compatibility with code that expects it. | |||
| 2023-08-10 | finder: `types.string` -> `types.str` | zowoq | |
| `string` was changed from deprecation warning to error in https://github.com/NixOS/nixpkgs/commit/c59c6b1c57da542b6b4af5d2ac27d1b99e7f0c5e | |||
| 2023-07-26 | Merge pull request #713 from pik694/master | Michael Hoang | |
| Dock icon magnification settings | |||
| 2023-07-25 | chore: apply CR suggestions | Piotr Żelazko | |
| 2023-07-24 | docs: add magnification values range | Piotr Żelazko | |
| 2023-07-23 | Merge pull request #733 from Enzime/version | Michael Hoang | |
| Add `darwin-version` command | |||
| 2023-07-16 | etc: check for existing files during checks stage | Emily | |
| This ensures that activation fails early if there are any `/etc` files with unexpected state, rather than leaving the system half-activated. | |||
| 2023-07-16 | etc: rename activation script variables | Emily | |
| 2023-07-14 | Add `darwin-version` command | Michael Hoang | |
